Skip to content

Commit bdb6611

Browse files
committed
fix files in publish
1 parent 5fe4fce commit bdb6611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
uses: HSGamer/action-mcreleaser@main
4848
with:
4949
files: |
50-
target/topper-spigot-plugin-*-shaded.jar
51-
target/topper-spigot-plugin-*-@(sources|javadoc).jar
50+
**/target/topper-spigot-plugin-${{ github.ref_name }}-shaded.jar
51+
**/target/topper-spigot-plugin-${{ github.ref_name }}-@(sources|javadoc).jar
5252
env:
5353
DESCRIPTION: ${{ steps.changelog.outputs.changelog }}
5454
GAME_VERSIONS: "1.8..latest"

0 commit comments

Comments
 (0)