mirror of
https://github.com/heyman/heynote.git
synced 2025-01-03 12:38:52 +01:00
Change which Mac file is put into build artifact
#build
This commit is contained in:
parent
d1f87b062c
commit
72f0bb5e21
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: heynote-mac-universal-${{ github.sha }}
|
||||
path: release/*/mac-universal/Heynote.app
|
||||
path: release/*/Heynote_*_arm64.dmg
|
||||
retention-days: 30
|
||||
|
||||
- name: Upload Windows artifact
|
||||
|
Loading…
Reference in New Issue
Block a user