diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 2f68c81..4ea3749 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -30,10 +30,10 @@ jobs: run: mvn clean install - name: Upload Artifact - uses: actions/upload-artifact@v2 - with: - name: plugin-jar - path: target/BetterMinecraft-stable.jar + run: | + git add . + git commit -m "pushed artifacts" + git push release: needs: build