Skip to content

Commit 39ae62e

Browse files
Update build.yml
1 parent 038802f commit 39ae62e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,16 @@ jobs:
6767
if: runner.os == 'Linux'
6868
run: echo "/snap/bin" >> $GITHUB_PATH
6969

70-
- name: Run build script
71-
shell: cmd
70+
- name: Run build script on Linux
7271
run: npx yarn dist
7372
env:
7473
PATH: ./node_modules/.bin:$PATH
7574

75+
- name: Run build script on Windows
76+
run: build.bat
77+
env:
78+
PATH: ./node_modules/.bin:$PATH
79+
7680
- name: Zip portable builds
7781
if: runner.os == 'Windows'
7882
run: Compress-Archive -Path .\dist\win-unpacked\ -DestinationPath .\dist\Sploder-Portable-x64.zip && Compress-Archive -Path .\dist\win-ia32-unpacked\ -DestinationPath .\dist\Sploder-Portable-ia32.zip

0 commit comments

Comments
 (0)