We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2261175 commit 971164bCopy full SHA for 971164b
.github/workflows/build_and_upload_bins.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build
24
run: |
25
cd src
26
- msvcbuild.bat static
+ .\msvcbuild.bat static
27
28
- name: Release
29
uses: softprops/action-gh-release@v1
0 commit comments