Create MacOS archive
This commit is contained in:
parent
639af4f08a
commit
e6d6d47be1
1 changed files with 3 additions and 1 deletions
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
|
@ -249,9 +249,11 @@ jobs:
|
||||||
|
|
||||||
# package
|
# package
|
||||||
cpack -G DragNDrop
|
cpack -G DragNDrop
|
||||||
|
cpack -G ZIP
|
||||||
|
|
||||||
# move
|
# move
|
||||||
mv Sunshine.dmg ../artifacts/sunshine.dmg
|
mv Sunshine.dmg ../artifacts/sunshine-macos.dmg
|
||||||
|
mv Sunshine.zip ../artifacts/sunshine-macos.zip
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
|
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue