Skip to content

Commit 971164b

Browse files
authored
Backslash to execute bat file in workflow
1 parent 2261175 commit 971164b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_upload_bins.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build
2424
run: |
2525
cd src
26-
msvcbuild.bat static
26+
.\msvcbuild.bat static
2727
2828
- name: Release
2929
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)