Merge pull request '.gitea/workflows/release.yml aktualisiert' (#20) from main into Release
All checks were successful
Build and Release Minecraft Plugin / build (push) Successful in 2m58s
Build and Release Minecraft Plugin / release (push) Successful in 12s

Reviewed-on: #20
This commit is contained in:
Steev 2023-10-03 20:16:08 +02:00
commit 14543e878f

View File

@ -29,12 +29,6 @@ jobs:
- name: Build with Maven
run: mvn clean install
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: plugin-jar
path: target/BetterMinecraft-stable.jar
release:
needs: build