Skip to content

Commit

Permalink
Backslash to execute bat file in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS committed Jul 18, 2023
1 parent 2261175 commit 971164b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload_bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: |
cd src
msvcbuild.bat static
.\msvcbuild.bat static
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 971164b

Please sign in to comment.