File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 strategy :
1414 matrix :
1515 include :
16- - os : ubuntu-latest
17- arch : [arm64, amd64]
16+ # - os: ubuntu-latest
17+ # arch: [arm64, amd64]
1818 - os : macos-latest
1919 arch : [arm64, amd64]
20- - os : windows-latest
21- arch : [arm64, amd64]
20+ # - os: windows-latest
21+ # arch: [arm64, amd64]
2222
2323 steps :
2424 - name : Checkout Code
Original file line number Diff line number Diff line change 1- process . env . DEBUG = 'electron-notarize*'
2-
31const { notarize} = require ( "@electron/notarize" ) ;
42
53exports . default = async function notarizing ( context ) {
@@ -30,6 +28,7 @@ exports.default = async function notarizing(context) {
3028 appleId : APPLE_ID ,
3129 appleIdPassword : APPLE_ID_PASSWORD ,
3230 teamId : APPLE_TEAM_ID ,
31+ verbose : true ,
3332 }
3433 console . log ( ` • Notarizing` , `appPath:${ appPath } notarizeOption:${ JSON . stringify ( notarizeOption ) } ` ) ;
3534 return await notarize ( notarizeOption ) ;
You can’t perform that action at this time.
0 commit comments