mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2024-11-22 10:36:11 +01:00
Update maven.yml
This commit is contained in:
parent
c5f029798c
commit
2466185622
11
.github/workflows/maven.yml
vendored
11
.github/workflows/maven.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user