change ci yaml file for ex 4 fix 2
Some checks failed
First CI / build (push) Successful in 1m41s
First CI / test (push) Failing after 9s

This commit is contained in:
Mateusz Kozieł
2025-11-20 17:07:47 +02:00
parent f3a59d7208
commit 3aa5fe5973

View File

@@ -25,6 +25,7 @@ jobs:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: app.tar name: app.tar
path: .
- run: tar xf app.tar/app.tar - run: tar xf app.tar/app.tar
- run: chmod +x ./app/app - run: chmod +x ./app/app
- run: ./app/app - run: ./app/app