Compare commits

..

2 Commits

Author SHA1 Message Date
3e7dafcabe Merge pull request '.gitea/workflows/release.yml aktualisiert' (#22) from main into Release
Some checks failed
Build and Release Minecraft Plugin / build (push) Failing after 2m26s
Build and Release Minecraft Plugin / release (push) Has been skipped
Reviewed-on: #22
2023-10-03 22:45:42 +02:00
9605e318ac .gitea/workflows/release.yml aktualisiert 2023-10-03 22:45:15 +02:00

View File

@ -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