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.
1 parent 80d4c70 commit 28807aeCopy full SHA for 28807ae
1 file changed
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
if: ${{ steps.versioning.outputs.IS_RELEASE == 'true' }}
68
uses: softprops/action-gh-release@v2
69
with:
70
- files: build/libs/antinetherite-*-all.jar
+ files: build/libs/antinetherite-*.jar
71
generate_release_notes: true
72
env:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -85,7 +85,7 @@ jobs:
85
86
modrinth-id: "48MWikJI"
87
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
88
89
name: antinetherite-${{ env.VERSION }}
90
version: ${{ env.VERSION }}
91
changelog: ${{ steps.changelog.outputs.CHANGELOG }}
0 commit comments