@@ -247,17 +247,17 @@ jobs:
247
247
path : ./build/curseforge/${{ needs.info.outputs.project_full_name }}-curseforge.zip
248
248
if-no-files-found : error
249
249
250
- - name : 📁 Rename artifact modrinth
251
- run : |
252
- cd ./build/modrinth/
253
- mv *.mrpack $(basename -s .mrpack *.mrpack)-modrinth.mrpack
254
-
255
- - name : 🚀 Upload artifact modrinth
256
- uses : actions/upload-artifact@v4.6.2
257
- with :
258
- name : ${{ needs.info.outputs.project_full_name }}-modrinth
259
- path : ./build/modrinth/${{ needs.info.outputs.project_full_name }}-modrinth.mrpack
260
- if-no-files-found : warn
250
+ # - name: 📁 Rename artifact modrinth
251
+ # run: |
252
+ # cd ./build/modrinth/
253
+ # mv *.mrpack $(basename -s .mrpack *.mrpack)-modrinth.mrpack
254
+
255
+ # - name: 🚀 Upload artifact modrinth
256
+ # uses: actions/upload-artifact@v4.6.2
257
+ # with:
258
+ # name: ${{ needs.info.outputs.project_full_name }}-modrinth
259
+ # path: ./build/modrinth/${{ needs.info.outputs.project_full_name }}-modrinth.mrpack
260
+ # if-no-files-found: warn
261
261
262
262
build-server :
263
263
name : 📦 Build Server
@@ -376,9 +376,9 @@ jobs:
376
376
if [ ! -f ${{ needs.info.outputs.project_full_name }}-curseforge.zip ]; then
377
377
echo '::error::No value found for artifact `curseforge.zip`.' && exit 1
378
378
fi
379
- if [ ! -f ${{ needs.info.outputs.project_full_name }}-modrinth.mrpack ]; then
380
- echo '::error::No value found for artifact `modrinth.mrpack`.' && exit 1
381
- fi
379
+ # if [ ! -f ${{ needs.info.outputs.project_full_name }}-modrinth.mrpack ]; then
380
+ # echo '::error::No value found for artifact `modrinth.mrpack`.' && exit 1
381
+ # fi
382
382
if [ ! -f ${{ needs.info.outputs.project_full_name }}-serverpack.zip ]; then
383
383
echo '::error::No value found for artifact `serverpack.zip`.' && exit 1
384
384
fi
0 commit comments