We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4461a commit d5e0f9dCopy full SHA for d5e0f9d
1 file changed
.github/workflows/gcc-compile.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Build (Windows)
47
if: runner.os == 'Windows'
48
run: |
49
- build.bat
+ ./build.bat
50
51
- name: Upload artifact (Windows/Linux)
52
if: runner.os != 'macOS'
0 commit comments