Skip to content

Commit 586ac4a

Browse files
committed
fix: Download artifact wrong file version
1 parent 816d5f8 commit 586ac4a

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)