Skip to content

Commit 860d1b5

Browse files
committed
add line number
1 parent 49bb21f commit 860d1b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
- name: Configure arm64 build for Linux
6969
if: matrix.os == 'ubuntu-22.04-arm'
7070
run: |
71+
LINE=$(cat electron-builder.json | grep -n snap | cut -d ':' -f 1)
7172
sed "$((LINE-1)),$((LINE+2))d" electron-builder.json | sed 's/x64/arm64/g' > electron-builder.json.tmp
7273
mv electron-builder.json.tmp electron-builder.json
7374
- name: install Linux dev tools

0 commit comments

Comments
 (0)