diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3445d999..26ac90eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -302,7 +302,7 @@ jobs: with: submodule: gmenu2x - # repack final images for nigthly release with git commit-tag + # repack final images for CI build with git commit-tag fetch-images: name: MiyooCFW needs: @@ -318,7 +318,7 @@ jobs: - uses: actions/upload-artifact@v3 with: # we are using uClibc for backward compatibility & musl for development releases - name: "MiyooCFW Dev-build ${{ steps.version.outputs.version }}" + name: "MiyooCFW ${{ github.ref_type != 'tag' && 'Dev-build' || '' }} ${{ steps.version.outputs.version }}" path: "*/*.img" if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`