.gitea/workflows/release.yml aktualisiert #22

Merged
Steev merged 1 commits from main into Release 2023-10-03 22:45:43 +02:00
Showing only changes of commit 9605e318ac - Show all commits

View File

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