Update release.yml
This commit is contained in:
parent
1097060796
commit
711d7fd582
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -55,13 +55,13 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Curseforge
|
- name: Upload Curseforge
|
||||||
id: cf_release
|
id: cf_release
|
||||||
uses: SwitchAlpha/upload-curseforge-modpack-action@master
|
uses: henkelmax/upload-curseforge-modpack-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
api-token: ${{ secrets.CF_API_TOKEN }}
|
api-token: ${{ secrets.CF_API_TOKEN }}
|
||||||
project-id: ${{ env.CF_PROJECT_ID }}
|
project-id: ${{ env.CF_PROJECT_ID }}
|
||||||
modpack-path: ${{ inputs.project_name }}-${{ inputs.project_version }}-cf.zip
|
modpack-path: ${{ inputs.project_name }}-${{ inputs.project_version }}-cf.zip
|
||||||
modpack-server-path: ${{ inputs.project_name }}-${{ inputs.project_version }}-server.zip
|
modpack-server-path: ${{ inputs.project_name }}-${{ inputs.project_version }}-server.zip
|
||||||
changelog: "${{ inputs.changelog }}"
|
changelog: ${{ inputs.changelog }}
|
||||||
changelog-format: markdown
|
changelog-format: markdown
|
||||||
game-version: ${{ inputs.mcversion }}
|
game-version: ${{ inputs.mcversion }}
|
||||||
display-name: ${{ inputs.project_name }}-${{ inputs.project_version }}
|
display-name: ${{ inputs.project_name }}-${{ inputs.project_version }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue