diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 64b5475..77c79f7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: app.tar + path: . - run: tar xf app.tar/app.tar - run: chmod +x ./app/app - run: ./app/app \ No newline at end of file