File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ jobs:
39
39
os :
40
40
- ubuntu-20.04
41
41
- ubuntu-22.04-arm
42
- # include:
43
- # - os: macos-13
44
- # cert_key: APPLE_DEVELOPER_SIGNING_CERTIFICATE
45
- # cert_password_key: APPLE_CERTIFICATE_PASSWORD
46
- # apple_id_key: APPLE_ID
47
- # apple_app_specific_password_key: APPLE_ID_PASSWORD
48
- # apple_team_id_key: APPLE_TEAM_ID
49
- # - os: windows-latest
50
- # cert_key: WINDOWS_CSC_CERTIFICATE
51
- # cert_password_key: WINDOWS_CSC_PASSWORD
42
+ include :
43
+ - os : macos-13
44
+ cert_key : APPLE_DEVELOPER_SIGNING_CERTIFICATE
45
+ cert_password_key : APPLE_CERTIFICATE_PASSWORD
46
+ apple_id_key : APPLE_ID
47
+ apple_app_specific_password_key : APPLE_ID_PASSWORD
48
+ apple_team_id_key : APPLE_TEAM_ID
49
+ - os : windows-latest
50
+ cert_key : WINDOWS_CSC_CERTIFICATE
51
+ cert_password_key : WINDOWS_CSC_PASSWORD
52
52
53
53
runs-on : ${{ matrix.os }}
54
54
86
86
run : sleep 4
87
87
- name : Publish
88
88
if : ${{ startsWith(matrix.os, 'ubuntu') && endsWith(matrix.os, 'arm') }}
89
- run : npm run publish:arm64
89
+ run : npm run publish:linux: arm64
90
90
- name : Publish
91
91
if : ${{ !startsWith(matrix.os, 'ubuntu') || !endsWith(matrix.os, 'arm') }}
92
92
run : npm run publish
Original file line number Diff line number Diff line change 40
40
"build" : " npm run compile && sleep 4 && npm run bundle && sleep 4 && electron-builder" ,
41
41
"copy-assets" : " shx mkdir -p ./compiled/main/windows && shx cp ./main/windows/*.png ./compiled/main/windows" ,
42
42
"parcel:build" : " parcel build --no-autoinstall --public-url ." ,
43
- "publish" : " electron-builder -c.snap.publish=github" ,
44
- "publish:arm64" : " electron-builder -c.snap.publish=github --config=builder/electron-builder-linux-arm64.js" ,
43
+ "publish" : " electron-builder -c.snap.publish=github --config=builder/electron-builder-standard.js " ,
44
+ "publish:linux: arm64" : " electron-builder -c.snap.publish=github --config=builder/electron-builder-linux-arm64.js" ,
45
45
"release" : " npm run compile && sleep 4 && npm run bundle && sleep 4 && npm run publish" ,
46
46
"postinstall" : " electron-builder install-app-deps" ,
47
47
"test" : " npm run test:unit && npm run test:e2e" ,
You can’t perform that action at this time.
0 commit comments