Skip to content

Commit 750d1ea

Browse files
authored
Merge pull request #2953 from Multiverse/fix-download-artifact
fix: Download artifact wrong file version
2 parents 816d5f8 + 586ac4a commit 750d1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
token: ${{ secrets.GITHUB_TOKEN }}
6060
version: tags/${{ steps.release.outputs.tag_name }}
61-
file: multiverse-core-${{ github.event.inputs.version }}.jar
61+
file: multiverse-core-${{ steps.release.outputs.tag_name }}.jar
6262

6363
- name: Upload to modrinth.com
6464
if: steps.release.outputs.release_created == 'true'

0 commit comments

Comments
 (0)