fix: fix workflow test paths

This commit is contained in:
MichuMGW
2025-11-21 11:43:40 +01:00
parent 0a0586be9a
commit 3c7268d40a

View File

@@ -54,7 +54,9 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: app.tar
- run: tar xf app.tar/app.tar
- run: ls -R
- run: tar xf app.tar
- run: ls -R
- run: ./app/app
# ZAD 5