diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 678e5a1..c372b6d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,4 +23,6 @@ jobs: with: name: app.tar - run: tar xf app.tar - - run: ./app/app \ No newline at end of file + - run: ./app/app + needs: + build \ No newline at end of file