From fb0c7efb0f27aa0bd81b07fd249a695fd79dbc66 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 20 Jul 2025 03:33:42 +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 6d114306d..8120749a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -246,17 +246,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