From 246618562243a0c79241146293e7a9748069e980 Mon Sep 17 00:00:00 2001 From: James Peters Date: Wed, 12 Jan 2022 22:43:36 +0000 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index eacb1dd..0bb6fe6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 +