We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626e30e commit 92e1be9Copy full SHA for 92e1be9
.github/workflows/gradle-release.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Release
39
uses: HSGamer/action-mcreleaser@main
40
with:
41
- files: build/libs/MoreFoWorld-*.jar
+ files: build/libs/MoreFoWorld-*-all.jar
42
env:
43
DESCRIPTION: ${{ steps.changelog.outputs.changelog }}
44
GAME_VERSIONS: ${{ steps.version.outputs.version }}
0 commit comments