.gitea/workflows/release.yml aktualisiert

This commit is contained in:
Steev 2023-10-03 22:34:20 +02:00
parent b7179722a2
commit 4ebf2b4f5d

View File

@ -28,6 +28,12 @@ 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