Compare commits

...

2 Commits

Author SHA1 Message Date
aa152599bb Merge pull request '.gitea/workflows/release.yml aktualisiert' (#23) from main into Release
Some checks failed
Build and Release Minecraft Plugin / build (push) Failing after 4m0s
Build and Release Minecraft Plugin / release (push) Has been skipped
Reviewed-on: #23
2023-10-03 22:50:44 +02:00
5bc75070cf .gitea/workflows/release.yml aktualisiert 2023-10-03 22:50:23 +02:00

View File

@ -30,10 +30,10 @@ jobs:
run: mvn clean install run: mvn clean install
- name: Upload Artifact - name: Upload Artifact
run: | uses: actions/upload-artifact@v2
git add . with:
git commit -m "pushed artifacts" name: plugin-jar
git push path: target/BetterMinecraft-stable.jar
release: release:
needs: build needs: build