Fix line in ci.yml file
All checks were successful
First CI / build (push) Successful in 1m26s
First CI / test (push) Successful in 8s

This commit is contained in:
rafals123 2024-11-25 10:54:36 +01:00
parent acdad02cab
commit 5b5578c111

View File

@ -23,5 +23,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