Skip to content

Commit fe56894

Browse files
committed
change pack scripts
Signed-off-by: Adam Setch <[email protected]>
1 parent 384a897 commit fe56894

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)