build(macos): fix publishing of portfile (#2220)
This commit is contained in:
parent
4ebc7b5cef
commit
b99a9e92be
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue