Update release.yml
This commit is contained in:
parent
a612863f98
commit
bfa65c1eb1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -205,7 +205,7 @@ jobs:
|
||||||
uses: SwitchAlpha/upload-curseforge-modpack-action@master
|
uses: SwitchAlpha/upload-curseforge-modpack-action@master
|
||||||
with:
|
with:
|
||||||
api-token: ${{ secrets.CF_API_TOKEN }}
|
api-token: ${{ secrets.CF_API_TOKEN }}
|
||||||
project-id: ${{ env.CF_MODPACK_ID }}
|
project-id: ${{ vars.CF_MODPACK_ID }}
|
||||||
modpack-path: ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-cf.zip
|
modpack-path: ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-cf.zip
|
||||||
modpack-server-path: ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-server.zip
|
modpack-server-path: ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-server.zip
|
||||||
changelog: ${{ needs.modpack-info.outputs.changelog }}
|
changelog: ${{ needs.modpack-info.outputs.changelog }}
|
||||||
|
|
@ -241,7 +241,7 @@ jobs:
|
||||||
# uses: SwitchAlpha/upload-curseforge-modpack-action@master
|
# uses: SwitchAlpha/upload-curseforge-modpack-action@master
|
||||||
# with:
|
# with:
|
||||||
# api-token: ${{ secrets.MODRINTH_API_TOKEN }}
|
# api-token: ${{ secrets.MODRINTH_API_TOKEN }}
|
||||||
# project-id: ${{ env.MODRINTH_MODPACK_ID }}
|
# project-id: ${{ vars.MODRINTH_MODPACK_ID }}
|
||||||
# modpack-path: ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-mrd.zip
|
# modpack-path: ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-mrd.zip
|
||||||
# modpack-server-path: ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-server.zip
|
# modpack-server-path: ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-server.zip
|
||||||
# changelog: "${{ needs.modpack-info.outputs.changelog }}"
|
# changelog: "${{ needs.modpack-info.outputs.changelog }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue