Skip to content

Commit

Permalink
fix curseforge link using modrinth project ID
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Dec 18, 2024
1 parent 1f6aafa commit 89dac77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
image: 'docker://ghcr.io/up-mods/action-discord-release:main'
args:
- "--modrinth-project-id=${{ inputs.modrinth-project-id }}"
- "--curseforge-project-id=${{ inputs.modrinth-project-id }}"
- "--curseforge-project-id=${{ inputs.curseforge-project-id }}"
- "--project-name=${{ inputs.project-name }}"
- "--project-version=${{ inputs.version }}"
- "--project-repository=${{ inputs.repository }}"
Expand Down

0 comments on commit 89dac77

Please sign in to comment.