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 8e98fce commit 1a15491Copy full SHA for 1a15491
.github/workflows/build.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Install dependencies (Windows)
31
if: runner.os == 'Windows'
32
- run: build.bat
+ run: cmd /c build.bat
33
34
- name: Upload artifact (Windows)
35
0 commit comments