Skip to content

Commit

Permalink
fix(ci): macos artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jan 2, 2025
1 parent f10b242 commit ca7d6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit ca7d6f8

Please sign in to comment.