Skip to content

Commit 384a897

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
- run: pnpm prepare:remove-source-maps
7070
- name: Fix chrome-sandbox permissions
7171
run: |
72-
sudo chown root dist/linux-arm640-unpacked/chrome-sandbox
73-
sudo chmod 4755 dist/linux-arm640-unpacked/chrome-sandbox
72+
sudo chown root dist/linux-arm64-unpacked/chrome-sandbox
73+
sudo chmod 4755 dist/linux-arm64-unpacked/chrome-sandbox
7474
- run: pnpm package:linux --publish=never
7575
- name: Clean up builds
7676
run: rm -rfv dist/linux-unpacked

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
- run: pnpm prepare:remove-source-maps
8686
- name: Fix chrome-sandbox permissions
8787
run: |
88-
sudo chown root dist/linux-arm640-unpacked/chrome-sandbox
89-
sudo chmod 4755 dist/linux-arm640-unpacked/chrome-sandbox
88+
sudo chown root dist/linux-arm64-unpacked/chrome-sandbox
89+
sudo chmod 4755 dist/linux-arm64-unpacked/chrome-sandbox
9090
- run: pnpm package:linux --publish onTagOrDraft
9191
env:
9292
GH_TOKEN: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)