Pipeline path fix
All checks were successful
First CI / build (push) Successful in 1m42s
First CI / test (push) Successful in 9s

This commit is contained in:
Anton Ovod
2025-11-20 13:00:48 +01:00
parent ef31147d38
commit 76e3603573

View File

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