Update Portfile and...
- Upload Portfile as artifact during builds and releases - Update assets for cpack packages
This commit is contained in:
parent
e6d6d47be1
commit
5135c16bda
4 changed files with 35 additions and 15 deletions
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue