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 18818fa commit 20350c6Copy full SHA for 20350c6
.github/workflows/maven-release.yml
@@ -28,8 +28,8 @@ jobs:
28
uses: HSGamer/action-mcreleaser@main
29
with:
30
files: |
31
- **/target/topper-*-shaded.jar
32
- **/target/topper-*-@(sources|javadoc).jar
+ **/target/topper-spigot-plugin-${{ github.ref_name }}-shaded.jar
+ **/target/*.jar
33
env:
34
DESCRIPTION: ${{ steps.changelog.outputs.changelog }}
35
GAME_VERSIONS: "1.8..latest"
0 commit comments