Skip to content

Commit

Permalink
Create metapackage for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Jun 26, 2022
1 parent 25e21ee commit 8945172
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,8 @@ jobs:
- name: Package
run: |
# create packages
sudo port pkg sunshine
sudo port dmg sunshine
sudo port mpkg sunshine
sudo port mdmg sunshine
work=$(port work sunshine)
echo "Sunshine port work directory: ${work}"
Expand All @@ -605,10 +605,10 @@ jobs:
ls ${work}
# move components out of port work directory
sudo mv ${work}/Sunshine*component.pkg /tmp/
# sudo mv ${work}/Sunshine*component.pkg /tmp/
# copy artifacts
sudo mv ${work}/Sunshine*.pkg ./artifacts/sunshine.pkg
sudo mv ${work}/Sunshine*.mpkg ./artifacts/sunshine.mpkg
sudo mv ${work}/Sunshine*.dmg ./artifacts/sunshine.dmg
# move components back
Expand Down

0 comments on commit 8945172

Please sign in to comment.