Skip to content

Commit 20350c6

Browse files
committed
update the glob in release action to get the plugin
1 parent 18818fa commit 20350c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: HSGamer/action-mcreleaser@main
2929
with:
3030
files: |
31-
**/target/topper-*-shaded.jar
32-
**/target/topper-*-@(sources|javadoc).jar
31+
**/target/topper-spigot-plugin-${{ github.ref_name }}-shaded.jar
32+
**/target/*.jar
3333
env:
3434
DESCRIPTION: ${{ steps.changelog.outputs.changelog }}
3535
GAME_VERSIONS: "1.8..latest"

0 commit comments

Comments
 (0)