Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Feb 16, 2024
1 parent b4a72a4 commit 1f5a34d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
- name: Release
uses: HSGamer/action-mcreleaser@main
with:
files: build/libs/MoreFoWorld*.jar
files: |
build/libs/MoreFoWorld.jar
build/libs/MoreFoWorld-*.jar
env:
DESCRIPTION: ${{ steps.changelog.outputs.changelog }}
GAME_VERSIONS: ">=1.20"
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ assemble {
shadowJar {
relocate("me.hsgamer.hscore", "me.hsgamer.morefoworld.core")
minimize()
archiveFileName.set("MoreFoWorld.jar")
}

def targetJavaVersion = 17
Expand Down

0 comments on commit 1f5a34d

Please sign in to comment.