diff --git a/.github/workflows/mac-artifact.yml b/.github/workflows/mac-artifact.yml index 046d06dc..9ecdb165 100644 --- a/.github/workflows/mac-artifact.yml +++ b/.github/workflows/mac-artifact.yml @@ -83,7 +83,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-${{ steps.artifact-name.outputs.value }} + name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ matrix.os }}-${{ steps.system-info.outputs.release }}-${{ steps.artifact-name.outputs.value }} path: ${{ steps.working-dir.outputs.value }}/target/asbench if-no-files-found: error bundle-binaries: