mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-18 04:10:42 +00:00
build(macos): fix publishing of portfile (#2220)
This commit is contained in:
parent
4ebc7b5cef
commit
b99a9e92be
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -753,14 +753,14 @@ jobs:
|
||||
echo "::endgroup::"
|
||||
|
||||
- name: Upload Artifacts
|
||||
if: ${{ matrix.release == 'true' }}
|
||||
if: ${{ matrix.release }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sunshine-macports
|
||||
path: artifacts/
|
||||
|
||||
- name: Create/Update GitHub Release
|
||||
if: ${{ needs.setup_release.outputs.create_release == 'true' && matrix.release == 'true' }}
|
||||
if: ${{ needs.setup_release.outputs.create_release == 'true' && matrix.release }}
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
name: ${{ needs.setup_release.outputs.release_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user