Skip to content

Commit

Permalink
Update release workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Nov 22, 2024
1 parent b6bf41b commit 312189d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,16 @@ jobs:
curseforge-id: 518211
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

github-token: ${{ secrets.GITHUB_TOKEN }}

name: ""
loaders: |
neoforge
- name: Upload jar and checksum to Github release
fail-mode: warn
- name: Upload checksum
id: upload-release-assets
uses: alexellis/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["build/libs/*.jar", "build/checksums/*.sha512"]'
asset_paths: '["build/checksums/*.sha512"]'

0 comments on commit 312189d

Please sign in to comment.