Skip to content

Commit

Permalink
Update build-macos-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
randomlogin authored Oct 1, 2024
1 parent e5c1efb commit dc9a0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
- name: Store fingertip dmg
uses: actions/upload-artifact@v4
with:
name: Fingertip-${{runner.os}}-${{ runner.arch }}
name: Fingertip-${{ runner.os }}-${{ runner.arch | toLowerCase }}-${{ github.ref_name }}
path: ./builds/macos/Fingertip.dmg
if-no-files-found: error

0 comments on commit dc9a0e5

Please sign in to comment.