diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2694c7c..acbb263 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -24,7 +24,6 @@ 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