File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99
99
export CSC_LINK="${{ runner.temp }}/signing_certificate.${{ matrix.config.certificate-extension }}"
100
100
echo "${{ secrets[matrix.config.certificate-secret] }}" | base64 --decode > "$CSC_LINK"
101
101
export CSC_KEY_PASSWORD="${{ secrets[matrix.config.certificate-password-secret] }}"
102
+ export CSC_FOR_PULL_REQUEST=true
102
103
fi
103
104
104
105
if [ "${{ runner.OS }}" = "Windows" ]; then
Original file line number Diff line number Diff line change 3
3
"author" : " Arduino SA" ,
4
4
"resolutions" : {
5
5
"**/fs-extra" : " ^4.0.3" ,
6
- "electron-builder" : " 23.0.2 "
6
+ "electron-builder" : " 23.6.0 "
7
7
},
8
8
"dependencies" : {
9
9
"node-log-rotate" : " ^0.1.5"
10
10
},
11
11
"devDependencies" : {
12
12
"@theia/cli" : " 1.31.1" ,
13
13
"cross-env" : " ^7.0.2" ,
14
- "electron-builder" : " 23.3.3 " ,
14
+ "electron-builder" : " 23.6.0 " ,
15
15
"electron-notarize" : " ^1.1.1" ,
16
16
"is-ci" : " ^2.0.0" ,
17
17
"ncp" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments