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 67
67
- run : pnpm install
68
68
- run : pnpm build
69
69
- 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
74
70
- run : pnpm package:linux --publish=never
75
71
- name : Clean up builds
76
72
run : rm -rfv dist/linux-unpacked
Original file line number Diff line number Diff line change 83
83
OAUTH_CLIENT_ID : ${{ secrets.oauth_client_id }}
84
84
OAUTH_CLIENT_SECRET : ${{ secrets.oauth_client_secret }}
85
85
- 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
90
86
- run : pnpm package:linux --publish onTagOrDraft
91
87
env :
92
88
GH_TOKEN : ${{ secrets.github_token }}
You can’t perform that action at this time.
0 commit comments