Skip to content

Commit

Permalink
fix curseforge_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Jul 11, 2022
1 parent c7bea97 commit 3fcbe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/curseforge_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
changelog: "Changelog is available [here](${{ steps.get_release_tag.outputs.url }})."
changelog_type: "markdown"
relations: "better-questing:incompatible,better-questing-standard-expansion:incompatible,bqtweaker:incompatible"
file_path: build/libs/{{ steps.get_mod_name.outputs.name }}-{{ steps.get_version.outputs.version }}.jar
file_path: build/libs/${{ steps.get_mod_name.outputs.name }}-${{ steps.get_version.outputs.version }}.jar
project_id: "${{ secrets.CURSEFORGE_PROJECT_ID }}"
token: "${{ secrets.CURSEFORGE_API_KEY }}"

0 comments on commit 3fcbe50

Please sign in to comment.