macierzev3
Some checks failed
First CI / build (linux-x64) (push) Successful in 1m21s
First CI / build (win-x64) (push) Successful in 1m24s
First CI / test (win-x64) (push) Failing after 10s
First CI / test (linux-x64) (push) Failing after 10s

This commit is contained in:
2025-11-21 12:37:16 +01:00
parent a11f16da1e
commit e4416a1a0e

View File

@@ -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