Update release.yml

This commit is contained in:
Xikaro 2024-01-05 11:44:09 +05:00
parent 1097060796
commit 711d7fd582

View file

@ -55,13 +55,13 @@ jobs:
- name: Upload Curseforge
id: cf_release
uses: SwitchAlpha/upload-curseforge-modpack-action@master
uses: henkelmax/upload-curseforge-modpack-action@v1.0.0
with:
api-token: ${{ secrets.CF_API_TOKEN }}
project-id: ${{ env.CF_PROJECT_ID }}
modpack-path: ${{ inputs.project_name }}-${{ inputs.project_version }}-cf.zip
modpack-server-path: ${{ inputs.project_name }}-${{ inputs.project_version }}-server.zip
changelog: "${{ inputs.changelog }}"
changelog: ${{ inputs.changelog }}
changelog-format: markdown
game-version: ${{ inputs.mcversion }}
display-name: ${{ inputs.project_name }}-${{ inputs.project_version }}