Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tier940 authored Oct 17, 2024
2 parents 889de1a + dc0960f commit c9265cd
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,16 @@ jobs:
files: |
./${{ env.NAME }}-${{ env.VERSION_LWJGL3 }}-cmmc.zip
- name: Upload Curseforge
uses: HaXrBOT/[email protected]
with:
api-token: "${{ secrets.CF_API_TOKEN }}"
project-id: "565238"
modpack-path: "./${{ env.NAME }}-${{ env.VERSION_NORMAL }}-cf.zip"
modpack-server-path: "./${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server.zip"
changelog-path: "CHANGELOG_v2.md"
changelog-format: "markdown"
game-version: "1.12.2"
display-name: "${{ env.NAME }}-${{ env.VERSION_NORMAL }}"
server-display-name: "${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server"
release-type: "${{ github.event.inputs.release_type }}"
# - name: Upload Curseforge
# uses: HaXrBOT/[email protected]
# with:
# api-token: "${{ secrets.CF_API_TOKEN }}"
# project-id: "565238"
# modpack-path: "./${{ env.NAME }}-${{ env.VERSION_NORMAL }}-cf.zip"
# modpack-server-path: "./${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server.zip"
# changelog-path: "CHANGELOG_v2.md"
# changelog-format: "markdown"
# game-version: "1.12.2"
# display-name: "${{ env.NAME }}-${{ env.VERSION_NORMAL }}"
# server-display-name: "${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server"
# release-type: "${{ github.event.inputs.release_type }}"

0 comments on commit c9265cd

Please sign in to comment.