File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 image : electronuserland/builder
1313 env :
1414 TAR_OPTIONS : " --format=ustar"
15+ PUBLISH_FOR_PULL_REQUEST : true
1516
1617 steps :
1718 - uses : " actions/checkout@v1"
2627 runs-on : ubuntu-latest
2728 container :
2829 image : electronuserland/builder:wine
30+ volumes :
31+ - ~/.cache/electron:/root/.cache/electron
32+ - ~/.cache/electron-builder:/root/.cache/electron-builder
33+ env :
34+ PUBLISH_FOR_PULL_REQUEST : true
2935
3036 steps :
3137 - uses : " actions/checkout@v1"
4248 steps :
4349 - uses : " actions/checkout@v1"
4450
45- - run : npm install
51+ - run : npm install --arch=x64
4652
4753 - name : Create certificate.p12
4854 run : echo "$encoded_p12" | base64 --decode > certificate.p12
5662 APPLE_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
5763 CSC_LINK : " ./certificate.p12"
5864 CSC_KEY_PASSWORD : ${{ secrets.CSC_KEY_PASSWORD }}
65+ PUBLISH_FOR_PULL_REQUEST : true
5966
6067 run : npm run build:mac -- -p always
6168
You can’t perform that action at this time.
0 commit comments