We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1097060 commit 711d7fdCopy full SHA for 711d7fd
.github/workflows/release.yml
@@ -55,13 +55,13 @@ jobs:
55
56
- name: Upload Curseforge
57
id: cf_release
58
- uses: SwitchAlpha/upload-curseforge-modpack-action@master
+ uses: henkelmax/upload-curseforge-modpack-action@v1.0.0
59
with:
60
api-token: ${{ secrets.CF_API_TOKEN }}
61
project-id: ${{ env.CF_PROJECT_ID }}
62
modpack-path: ${{ inputs.project_name }}-${{ inputs.project_version }}-cf.zip
63
modpack-server-path: ${{ inputs.project_name }}-${{ inputs.project_version }}-server.zip
64
- changelog: "${{ inputs.changelog }}"
+ changelog: ${{ inputs.changelog }}
65
changelog-format: markdown
66
game-version: ${{ inputs.mcversion }}
67
display-name: ${{ inputs.project_name }}-${{ inputs.project_version }}
0 commit comments