Skip to content

Commit

Permalink
fix curseforge-upload version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Sep 1, 2023
1 parent fba5536 commit 978fef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fileName: "*.jar"
out-file-path: "assets"
token: ${{ secrets.GITHUB_TOKEN }}
- uses: itsmeow/curseforge-upload@v3.1.1
- uses: itsmeow/curseforge-upload@3.1.1
with:
file_path: "${{ fromJson(steps.get_release_assets.outputs.downloaded_files)[0] }}"
game_endpoint: "minecraft"
Expand Down

0 comments on commit 978fef7

Please sign in to comment.