fix(actions): remove upload step for stapled app bundle in macOS notarization workflow to streamline artifact handling
Some checks failed
Test macOS Build Action / test-macos-build (push) Failing after 44m12s
Some checks failed
Test macOS Build Action / test-macos-build (push) Failing after 44m12s
This commit is contained in:
parent
5ce7f02d4e
commit
48f6f631b5
@ -189,15 +189,6 @@ jobs:
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
# Upload stapled app directly (this is the most reliable approach)
|
||||
- name: Upload Stapled App Bundle
|
||||
uses: actions/upload-artifact@v3
|
||||
if: steps.sign-and-notarize.outputs.notarized == 'true' && steps.sign-and-notarize.outputs.signed != 'none'
|
||||
with:
|
||||
name: LuckyWorld-macOS-Stapled-App-Bundle
|
||||
path: ${{ env.APP_PATH }}
|
||||
retention-days: 30
|
||||
|
||||
# Upload the custom DMG with installer script
|
||||
- name: Upload Custom DMG with Installer
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user