We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe4fce commit bdb6611Copy full SHA for bdb6611
.github/workflows/maven-publish.yml
@@ -47,8 +47,8 @@ jobs:
47
uses: HSGamer/action-mcreleaser@main
48
with:
49
files: |
50
- target/topper-spigot-plugin-*-shaded.jar
51
- target/topper-spigot-plugin-*-@(sources|javadoc).jar
+ **/target/topper-spigot-plugin-${{ github.ref_name }}-shaded.jar
+ **/target/topper-spigot-plugin-${{ github.ref_name }}-@(sources|javadoc).jar
52
env:
53
DESCRIPTION: ${{ steps.changelog.outputs.changelog }}
54
GAME_VERSIONS: "1.8..latest"
0 commit comments