.gitea/workflows/release.yml aktualisiert #21

Merged
Steev merged 1 commits from main into Release 2023-10-03 22:34:38 +02:00

View File

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