Update Portfile and...

- Upload Portfile as artifact during builds and releases
- Update assets for cpack packages
This commit is contained in:
ReenigneArcher 2022-05-05 21:05:57 -04:00
commit 5135c16bda
4 changed files with 35 additions and 15 deletions

View file

@ -254,6 +254,7 @@ jobs:
# move
mv Sunshine.dmg ../artifacts/sunshine-macos.dmg
mv Sunshine.zip ../artifacts/sunshine-macos.zip
mv Portfile ../artifacts/Portfile
- name: Upload Artifacts
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}