Skip to content

Commit d5e0f9d

Browse files
Fix Artifacts
1 parent 3b4461a commit d5e0f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gcc-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build (Windows)
4747
if: runner.os == 'Windows'
4848
run: |
49-
build.bat
49+
./build.bat
5050
5151
- name: Upload artifact (Windows/Linux)
5252
if: runner.os != 'macOS'

0 commit comments

Comments
 (0)