Skip to content

Commit 8a3365f

Browse files
committed
Use the cloudnode-pro/release-upload-asset GitHub action
1 parent 2ee425f commit 8a3365f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ jobs:
2727
run: mvn -B clean package --file pom.xml
2828

2929
- name: Upload to release
30-
uses: JasonEtco/upload-to-release@master
30+
uses: cloudnode-pro/release-upload-[email protected]
3131
with:
32-
args: target/BankAccounts-${{ github.event.release.tag_name }}.jar application/java-archive
33-
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
files: target/BankAccounts-${{ github.event.release.tag_name }}.jar; type=application/java-archive
3533

3634
- name: Upload to Modrinth
3735
uses: cloudnode-pro/[email protected]

0 commit comments

Comments
 (0)