Skip to content

Commit d3bd34a

Browse files
authored
Merge pull request #1027 from TerraFirmaGreg-Team/dev
fix: build
2 parents b729d06 + 2ccebcd commit d3bd34a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -247,17 +247,17 @@ jobs:
247247
path: ./build/curseforge/${{ needs.info.outputs.project_full_name }}-curseforge.zip
248248
if-no-files-found: error
249249

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
261261

262262
build-server:
263263
name: 📦 Build Server
@@ -376,9 +376,9 @@ jobs:
376376
if [ ! -f ${{ needs.info.outputs.project_full_name }}-curseforge.zip ]; then
377377
echo '::error::No value found for artifact `curseforge.zip`.' && exit 1
378378
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
382382
if [ ! -f ${{ needs.info.outputs.project_full_name }}-serverpack.zip ]; then
383383
echo '::error::No value found for artifact `serverpack.zip`.' && exit 1
384384
fi

0 commit comments

Comments
 (0)