Skip to content

Commit 28807ae

Browse files
committed
v1.0.3: glob was not looking at the right file 😭
1 parent 80d4c70 commit 28807ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ steps.versioning.outputs.IS_RELEASE == 'true' }}
6868
uses: softprops/action-gh-release@v2
6969
with:
70-
files: build/libs/antinetherite-*-all.jar
70+
files: build/libs/antinetherite-*.jar
7171
generate_release_notes: true
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
modrinth-id: "48MWikJI"
8787
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
88-
files: build/libs/antinetherite-*-all.jar
88+
files: build/libs/antinetherite-*.jar
8989
name: antinetherite-${{ env.VERSION }}
9090
version: ${{ env.VERSION }}
9191
changelog: ${{ steps.changelog.outputs.CHANGELOG }}

0 commit comments

Comments
 (0)