fix(actions): update macOS build workflow to conditionally name signed artifacts based on notarization status
All checks were successful
Test macOS Build Action / test-macos-build (push) Successful in 43m39s
All checks were successful
Test macOS Build Action / test-macos-build (push) Successful in 43m39s
This commit is contained in:
parent
0ca3867164
commit
64226b067c
@ -198,7 +198,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
if: steps.sign-and-notarize.outputs.signed != 'none'
|
||||
with:
|
||||
name: LuckyWorld-macOS-Signed
|
||||
name: ${{ steps.sign-and-notarize.outputs.notarized == 'true' && 'LuckyWorld-macOS-Signed-Notarized' || 'LuckyWorld-macOS-Signed' }}
|
||||
path: ${{ steps.sign-and-notarize.outputs.package-path }}
|
||||
retention-days: 30
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user