Fix artifact file name

This commit is contained in:
Jonatan Heyman 2024-10-07 13:01:40 +02:00
parent 72f0bb5e21
commit 2f9b6b8aab

View File

@ -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