From 880595f88666b81eebcf490d3a2f276351454cb9 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sat, 17 May 2025 15:28:18 +0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0631371f9..c4b286789 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -247,17 +247,17 @@ jobs: path: ./build/curseforge/${{ needs.info.outputs.project_full_name }}-curseforge.zip if-no-files-found: error - - name: 📁 Rename artifact modrinth - run: | - cd ./build/modrinth/ - mv *.mrpack $(basename -s .mrpack *.mrpack)-modrinth.mrpack + # - name: 📁 Rename artifact modrinth + # run: | + # cd ./build/modrinth/ + # mv *.mrpack $(basename -s .mrpack *.mrpack)-modrinth.mrpack - - name: 🚀 Upload artifact modrinth - uses: actions/upload-artifact@v4.6.2 - with: - name: ${{ needs.info.outputs.project_full_name }}-modrinth - path: ./build/modrinth/${{ needs.info.outputs.project_full_name }}-modrinth.mrpack - if-no-files-found: warn + # - name: 🚀 Upload artifact modrinth + # uses: actions/upload-artifact@v4.6.2 + # with: + # name: ${{ needs.info.outputs.project_full_name }}-modrinth + # path: ./build/modrinth/${{ needs.info.outputs.project_full_name }}-modrinth.mrpack + # if-no-files-found: warn build-server: name: 📦 Build Server