macierzev3
This commit is contained in:
@@ -33,5 +33,6 @@ jobs:
|
||||
name: app-${{ matrix.rid }}
|
||||
- run: tar xf app-${{ matrix.rid }}.tar
|
||||
- run: ls -l app/
|
||||
- run: ./app/$(ls app | head -n 1)
|
||||
- run: if [ "${{ matrix.rid }}" = "win-x64" ]; then ./app/app.exe; else ./app/app; fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user