mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-29 18:32:38 +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::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
if: ${{ matrix.release == 'true' }}
|
if: ${{ matrix.release }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sunshine-macports
|
name: sunshine-macports
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- 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
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.setup_release.outputs.release_name }}
|
name: ${{ needs.setup_release.outputs.release_name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user