Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fixed path to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idp committed Feb 19, 2022
1 parent 95f1468 commit 7974db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:

- name: Build Release
shell: bash
run: '"/c/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/MSBuild/Current/Bin/MSBuild.exe" -property:Configuration=Release'
run: '"C:/Program Files/Microsoft Visual Studio/2022/Enterprise/MSBuild/Current/Bin/MSBuild.exe" -property:Configuration=Release'

- name: Build Release_Version
shell: bash
run: '"/c/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/MSBuild/Current/Bin/MSBuild.exe" -property:Configuration=Release_Version'
run: '"C:/Program Files/Microsoft Visual Studio/2022/Enterprise/MSBuild/Current/Bin/MSBuild.exe" -property:Configuration=Release_Version'

- name: Package Release Builds
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 7974db2

Please sign in to comment.