mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Create MacOS archive
This commit is contained in:
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@@ -249,9 +249,11 @@ jobs:
|
||||
|
||||
# package
|
||||
cpack -G DragNDrop
|
||||
cpack -G ZIP
|
||||
|
||||
# move
|
||||
mv Sunshine.dmg ../artifacts/sunshine.dmg
|
||||
mv Sunshine.dmg ../artifacts/sunshine-macos.dmg
|
||||
mv Sunshine.zip ../artifacts/sunshine-macos.zip
|
||||
|
||||
- name: Upload Artifacts
|
||||
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
|
||||
|
||||
Reference in New Issue
Block a user