diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 97e3979..64b4159 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,7 +1,5 @@ on: [push] -jobs: - build: jobs: build: runs-on: ubuntu-latest @@ -36,4 +34,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: build-${{ env.BUILD_NUM }} - path: builds/ \ No newline at end of file + path: build/ \ No newline at end of file