We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816d5f8 commit 586ac4aCopy full SHA for 586ac4a
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
with:
59
token: ${{ secrets.GITHUB_TOKEN }}
60
version: tags/${{ steps.release.outputs.tag_name }}
61
- file: multiverse-core-${{ github.event.inputs.version }}.jar
+ file: multiverse-core-${{ steps.release.outputs.tag_name }}.jar
62
63
- name: Upload to modrinth.com
64
if: steps.release.outputs.release_created == 'true'
0 commit comments