mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-02 19:55:18 +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_ID: ${{ secrets.APPLE_ID }}
|
||||||
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
|
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
|
||||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
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
|
# Service principal credentials for Azure.Identity EnvironmentCredential used by the
|
||||||
# TrustedSigning PowerShell module. Only populated when signing is enabled.
|
# TrustedSigning PowerShell module. Only populated when signing is enabled.
|
||||||
# electron-builder 26 does not yet support OIDC federated tokens for Azure signing,
|
# electron-builder 26 does not yet support OIDC federated tokens for Azure signing,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue