Change which Mac file is put into build artifact

#build
This commit is contained in:
Jonatan Heyman 2024-10-06 16:57:09 +02:00
parent d1f87b062c
commit 72f0bb5e21

View File

@ -74,7 +74,7 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: heynote-mac-universal-${{ github.sha }} name: heynote-mac-universal-${{ github.sha }}
path: release/*/mac-universal/Heynote.app path: release/*/Heynote_*_arm64.dmg
retention-days: 30 retention-days: 30
- name: Upload Windows artifact - name: Upload Windows artifact