fix: app path name
Some checks failed
First CI / test (push) Failing after 5s
First CI / build (push) Has been cancelled

This commit is contained in:
mykola-derevianko
2025-11-21 11:02:54 +01:00
parent c34330e0e2
commit a9c806d39c

View File

@@ -16,12 +16,14 @@ jobs:
- run: tar cf app.tar app/
- uses: actions/upload-artifact@v3
with:
name: app.tar
name: app
path: app.tar
test:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
with:
name: app.tar
- run: tar xf app.tar/app.tar
name: app
- run: tar xf app.tar
- run: chmod +x app/app
- run: ./app/app