mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
GH Actions: use of set-env is deprecated (#2442)
This commit is contained in:
parent
c49cbc9f01
commit
de74675861
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -133,7 +133,7 @@ jobs:
|
||||
../src
|
||||
cmake --build . --config Release
|
||||
cmake --build . --config Release --target package
|
||||
echo ::set-env name=PACKAGE_NAME::%PACKAGE_NAME%.zip
|
||||
echo PACKAGE_NAME=%PACKAGE_NAME%.zip >> %GITHUB_ENV%
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: env.PACKAGE_NAME != null
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user