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

This commit is contained in:
2025-11-21 16:16:43 +01:00
parent 68198f2972
commit 76c5b8cd12

View File

@@ -24,5 +24,5 @@ jobs:
- 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: tar xf app.tar
- run: ./app/app - run: ./app/app