Skip to content

Commit

Permalink
Fix artifact file name
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Oct 7, 2024
1 parent 3d502c1 commit cf2be97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: ${{ matrix.os == 'macos-latest' }}
uses: actions/upload-artifact@v3
with:
name: heynote-mac-universal-${{ github.sha }}
name: heynote-mac-arm64-${{ github.sha }}
path: release/*/Heynote_*_arm64.dmg
retention-days: 30

Expand Down

0 comments on commit cf2be97

Please sign in to comment.