mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Fix windows relative path
This commit is contained in:
parent
17ad717c06
commit
628f19cd21
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -245,7 +245,7 @@ jobs:
|
||||
..
|
||||
cmake --build . --config Release
|
||||
cmake --build . --config Release --target package
|
||||
./src/test/CutterTest
|
||||
src/test/CutterTest
|
||||
echo PACKAGE_NAME=%PACKAGE_NAME%.zip >> %GITHUB_ENV%
|
||||
echo UPLOAD_ASSET_TYPE=application/zip >> %GITHUB_ENV%
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user