Skip to content

Commit 92e1be9

Browse files
committed
get the correct file on release
1 parent 626e30e commit 92e1be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Release
3939
uses: HSGamer/action-mcreleaser@main
4040
with:
41-
files: build/libs/MoreFoWorld-*.jar
41+
files: build/libs/MoreFoWorld-*-all.jar
4242
env:
4343
DESCRIPTION: ${{ steps.changelog.outputs.changelog }}
4444
GAME_VERSIONS: ${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)