File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 env :
1414 TAR_OPTIONS : " --format=ustar"
1515 PUBLISH_FOR_PULL_REQUEST : true
16+ GH_TOKEN : ${{ secrets.GH_TOKEN }}
1617
1718 steps :
1819 - uses : " actions/checkout@v1"
@@ -27,13 +28,14 @@ jobs:
2728 runs-on : ubuntu-latest
2829 container :
2930 image : electronuserland/builder:wine
30- volumes :
31- - ~/.cache/electron:/root/.cache/electron
32- - ~/.cache/electron-builder:/root/.cache/electron-builder
3331 env :
3432 PUBLISH_FOR_PULL_REQUEST : true
33+ GH_TOKEN : ${{ secrets.GH_TOKEN }}
3534
3635 steps :
36+ - name : Preserve $HOME set in the container
37+ run : echo HOME=/root >> "$GITHUB_ENV"
38+
3739 - uses : " actions/checkout@v1"
3840
3941 - run : npm install
6365 CSC_LINK : " ./certificate.p12"
6466 CSC_KEY_PASSWORD : ${{ secrets.CSC_KEY_PASSWORD }}
6567 PUBLISH_FOR_PULL_REQUEST : true
66-
67- run : npm run build:mac -- -p always
68+ GH_TOKEN : ${{ secrets.GH_TOKEN }}
6869
70+ run : npm run build:mac -- -p always
You can’t perform that action at this time.
0 commit comments