Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
/ purity Public archive

Commit 99734f2

Browse files
authored
Upload release assets
1 parent 71b1c76 commit 99734f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ jobs:
4343
MAVEN_USERNAME: willhains
4444
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
4545
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
46+
47+
- name: Upload Release Assets
48+
uses: softprops/action-gh-release@v1
49+
with:
50+
files: ${{ github.workspace }}/target/*.jar

0 commit comments

Comments
 (0)