From ca7d6f8ecf1f9ee43f4aa3f5105e2f1ede267ede Mon Sep 17 00:00:00 2001 From: Jhen-Jie Hong Date: Thu, 2 Jan 2025 10:20:20 +0800 Subject: [PATCH] fix(ci): macos artifact name --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index bc53a08..c3ea1f2 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -127,7 +127,7 @@ jobs: if: inputs.upload-artifacts == 'true' uses: actions/upload-artifact@v4 with: - name: bin-macos + name: bin-${{ matrix.os }} path: bin retention-days: ${{ inputs.artifacts-retention-days }}