Skip to content

Commit 711d7fd

Browse files
author
Xikaro
committed
Update release.yml
1 parent 1097060 commit 711d7fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555

5656
- name: Upload Curseforge
5757
id: cf_release
58-
uses: SwitchAlpha/upload-curseforge-modpack-action@master
58+
uses: henkelmax/upload-curseforge-modpack-action@v1.0.0
5959
with:
6060
api-token: ${{ secrets.CF_API_TOKEN }}
6161
project-id: ${{ env.CF_PROJECT_ID }}
6262
modpack-path: ${{ inputs.project_name }}-${{ inputs.project_version }}-cf.zip
6363
modpack-server-path: ${{ inputs.project_name }}-${{ inputs.project_version }}-server.zip
64-
changelog: "${{ inputs.changelog }}"
64+
changelog: ${{ inputs.changelog }}
6565
changelog-format: markdown
6666
game-version: ${{ inputs.mcversion }}
6767
display-name: ${{ inputs.project_name }}-${{ inputs.project_version }}

0 commit comments

Comments
 (0)