ci: remove macOS code signing credentials from workflow
The code signing credentials for macOS were removed from the GitHub Actions workflow and the identity field in the electron-builder.yml was set to null. This change was made to include unsigned .dmg releases
This commit is contained in:
@@ -21,7 +21,7 @@ mac:
|
||||
icon: assets/icons/icon.icns
|
||||
target:
|
||||
- dmg
|
||||
identity: "Xinzhe Wang (RDQSC33B2X)"
|
||||
identity: null
|
||||
category: "public.app-category.developer-tools"
|
||||
type: "distribution"
|
||||
hardenedRuntime: true
|
||||
|
||||
Reference in New Issue
Block a user