diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c2d7a53..adba0eb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -75,7 +75,7 @@ jobs: # if: startsWith(github.ref, 'refs/tags/') uses: actions/upload-artifact@v4 with: - name: archives-${{ matrix.platform.name }}-${{ matrix.platform.target_arch }} + name: archives-${{ matrix.platform.name }}-${{ matrix.platform.filename_suffix }} path: new_release/* mac-build: