Skip to content

Commit 80d4c70

Browse files
committed
v1.0.2: glob was case sensitive
1 parent f3e0972 commit 80d4c70

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 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-*-all.jar
7171
generate_release_notes: true
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -76,7 +76,7 @@ jobs:
7676
if: ${{ steps.versioning.outputs.IS_RELEASE == 'false' }}
7777
uses: actions/upload-artifact@v4
7878
with:
79-
name: AntiNetherite-${{ env.VERSION }}
79+
name: antinetherite-${{ env.VERSION }}
8080
path: build/libs
8181

8282
- name: Publish to Modrinth
@@ -85,8 +85,8 @@ jobs:
8585
with:
8686
modrinth-id: "48MWikJI"
8787
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
88-
files: build/libs/AntiNetherite-*-all.jar
89-
name: AntiNetherite ${{ env.VERSION }}
88+
files: build/libs/antinetherite-*-all.jar
89+
name: antinetherite-${{ env.VERSION }}
9090
version: ${{ env.VERSION }}
9191
changelog: ${{ steps.changelog.outputs.CHANGELOG }}
9292
loaders: |

0 commit comments

Comments
 (0)