mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 21:02:40 +02:00
chore: add debug environment variables for macOS codesigning troubleshooting
This commit is contained in:
parent
c644f02d05
commit
1efed5e489
1 changed files with 5 additions and 0 deletions
5
.github/workflows/desktop-release.yml
vendored
5
.github/workflows/desktop-release.yml
vendored
|
|
@ -144,6 +144,11 @@ jobs:
|
|||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
# TEMP DEBUG — remove once the codesign hang on macos-latest is diagnosed.
|
||||
# Surfaces the exact codesign / notarize commands electron-builder spawns,
|
||||
# so we can see which subprocess hangs.
|
||||
DEBUG: electron-builder,electron-osx-sign*,@electron/notarize*
|
||||
ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES: "true"
|
||||
# Service principal credentials for Azure.Identity EnvironmentCredential used by the
|
||||
# TrustedSigning PowerShell module. Only populated when signing is enabled.
|
||||
# electron-builder 26 does not yet support OIDC federated tokens for Azure signing,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue