File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -138,16 +138,16 @@ jobs:
138
138
files : |
139
139
./${{ env.NAME }}-${{ env.VERSION_LWJGL3 }}-cmmc.zip
140
140
141
- - name : Upload Curseforge
142
- uses : HaXrBOT/upload-curseforge-modpack-action@v1.2.0
143
- with :
144
- api-token : " ${{ secrets.CF_API_TOKEN }}"
145
- project-id : " 565238"
146
- modpack-path : " ./${{ env.NAME }}-${{ env.VERSION_NORMAL }}-cf.zip"
147
- modpack-server-path : " ./${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server.zip"
148
- changelog-path : " CHANGELOG_v2.md"
149
- changelog-format : " markdown"
150
- game-version : " 1.12.2"
151
- display-name : " ${{ env.NAME }}-${{ env.VERSION_NORMAL }}"
152
- server-display-name : " ${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server"
153
- release-type : " ${{ github.event.inputs.release_type }}"
141
+ # - name: Upload Curseforge
142
+ # uses: HaXrBOT/upload-curseforge-modpack-action@v1.2.0
143
+ # with:
144
+ # api-token: "${{ secrets.CF_API_TOKEN }}"
145
+ # project-id: "565238"
146
+ # modpack-path: "./${{ env.NAME }}-${{ env.VERSION_NORMAL }}-cf.zip"
147
+ # modpack-server-path: "./${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server.zip"
148
+ # changelog-path: "CHANGELOG_v2.md"
149
+ # changelog-format: "markdown"
150
+ # game-version: "1.12.2"
151
+ # display-name: "${{ env.NAME }}-${{ env.VERSION_NORMAL }}"
152
+ # server-display-name: "${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server"
153
+ # release-type: "${{ github.event.inputs.release_type }}"
You can’t perform that action at this time.
0 commit comments