change ci yaml file for ex cyvbnj
Some checks failed
First CI / test (push) Failing after 20s
First CI / build (push) Successful in 2m0s

This commit is contained in:
Mateusz Kozieł
2025-11-20 16:54:26 +02:00
parent 6d92043733
commit a26d2e00cb

View File

@@ -19,8 +19,9 @@ jobs:
name: app.tar name: app.tar
path: app.tar path: app.tar
test: test:
runs-on: ubuntu-latest
steps: steps:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: app.tar name: app.tar
- run: tar xf app.tar/app.tar
- run: ./app/app