Skip to content

Commit 0529c2d

Browse files
Update build.yml
1 parent 39ae62e commit 0529c2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,13 @@ jobs:
6868
run: echo "/snap/bin" >> $GITHUB_PATH
6969

7070
- name: Run build script on Linux
71+
if: runner.os == 'Linux'
7172
run: npx yarn dist
7273
env:
7374
PATH: ./node_modules/.bin:$PATH
7475

7576
- name: Run build script on Windows
77+
if: runner.os == 'Windows'
7678
run: build.bat
7779
env:
7880
PATH: ./node_modules/.bin:$PATH

0 commit comments

Comments
 (0)