We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 883bcc6 + 15dbcb9 commit 7d02b84Copy full SHA for 7d02b84
.github/workflows/release.yml
@@ -27,11 +27,9 @@ jobs:
27
run: mvn -B clean package --file pom.xml
28
29
- name: Upload to release
30
- uses: JasonEtco/upload-to-release@master
+ uses: cloudnode-pro/release-upload-[email protected]
31
with:
32
- args: target/BankAccounts-${{ github.event.release.tag_name }}.jar application/java-archive
33
- env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ files: target/BankAccounts-${{ github.event.release.tag_name }}.jar; type=application/java-archive
35
36
- name: Upload to Modrinth
37
uses: cloudnode-pro/[email protected]
0 commit comments