diff --git a/.gitea/workflows/autobuild.yaml b/.gitea/workflows/autobuild.yaml index c83c028..c7f42b2 100644 --- a/.gitea/workflows/autobuild.yaml +++ b/.gitea/workflows/autobuild.yaml @@ -21,10 +21,10 @@ jobs: cd .. - name: Make compile script executable - run: chmod +x ./compile.sh + run: chmod +x ${{ gitea.workspace }}/compile.sh - name: Compile run: | - ./compile.sh + sh ${{ gitea.workspace }}/compile.sh zip -r release-linux.zip OUTPUT-Linux || true zip -r release-w64.zip OUTPUT-w64 || true \ No newline at end of file