Update maven.yml

This commit is contained in:
James Peters 2022-01-12 22:43:36 +00:00 committed by GitHub
parent c5f029798c
commit 2466185622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -79,3 +79,14 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload Release Asset
id: upload-release-asset
uses: softprops/action-gh-release@v1
if: startsWith(github.event.ref, 'refs/tags/v')
with:
draft: true
generate_release_notes: true
files: |
${GITHUB_WORKSPACE}/Server/plugins/ChestsPlusPlus-*.jar