Skip to content

Commit

Permalink
github actions - fix windows build v4
Browse files Browse the repository at this point in the history
  • Loading branch information
slatinsky committed Aug 12, 2024
1 parent f822b7a commit a14b24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Run build script
working-directory: src
run: BUILD_RELEASE.bat
run: .\BUILD_RELEASE.bat

- name: Verify build
run: |
Expand Down

0 comments on commit a14b24b

Please sign in to comment.