We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0529c2d commit 4ce31a7Copy full SHA for 4ce31a7
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Run build script on Windows
77
if: runner.os == 'Windows'
78
- run: build.bat
+ run: .\build.bat
79
env:
80
PATH: ./node_modules/.bin:$PATH
81
0 commit comments