diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f30097a..293ede4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,8 +19,9 @@ jobs: name: app.tar path: app.tar test: - runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v3 with: - name: app.tar \ No newline at end of file + name: app.tar + - run: tar xf app.tar/app.tar + - run: ./app/app \ No newline at end of file