diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index acbb263..2694c7c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: app.tar + path: app.tar - run: tar xf app.tar - run: chmod +x ./app/app - run: ./app/app