Fix artifact passing and app.tar path
All checks were successful
First CI / build (push) Successful in 1m39s
First CI / test (push) Successful in 9s

This commit is contained in:
Alicja Kwiatkowska
2025-11-20 00:29:21 +01:00
parent 512e74de72
commit 14504e0c4d

View File

@@ -19,9 +19,10 @@ jobs:
name: app.tar
path: app.tar
test:
needs: build
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