File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 6767 - run : pnpm install
6868 - run : pnpm build
6969 - run : pnpm prepare:remove-source-maps
70- - name : Fix chrome-sandbox permissions
71- run : |
72- sudo chown root dist/linux-arm64-unpacked/chrome-sandbox
73- sudo chmod 4755 dist/linux-arm64-unpacked/chrome-sandbox
7470 - run : pnpm package:linux --publish=never
7571 - name : Clean up builds
7672 run : rm -rfv dist/linux-unpacked
Original file line number Diff line number Diff line change 8383 OAUTH_CLIENT_ID : ${{ secrets.oauth_client_id }}
8484 OAUTH_CLIENT_SECRET : ${{ secrets.oauth_client_secret }}
8585 - run : pnpm prepare:remove-source-maps
86- - name : Fix chrome-sandbox permissions
87- run : |
88- sudo chown root dist/linux-arm64-unpacked/chrome-sandbox
89- sudo chmod 4755 dist/linux-arm64-unpacked/chrome-sandbox
9086 - run : pnpm package:linux --publish onTagOrDraft
9187 env :
9288 GH_TOKEN : ${{ secrets.github_token }}
You can’t perform that action at this time.
0 commit comments