Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Nov 9, 2024
1 parent 8b20bad commit 33e8640
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 @@ -61,7 +61,7 @@ jobs:
needs: get_time_build
runs-on: windows-latest
env:
solution: vs-project/bspguy.vcxproj
solution: vs-project/bspguy.sln
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
arch: Win32
- name: Build XP
run: |
msbuild ${{ env.solution }} -m /p:Configuration=ReleaseXPx86 /p:Platform=x86
msbuild ${{ env.solution }} -m /p:Configuration=ReleaseXPx86 /p:Platform=Win32
- name: Create Windows release WinXP archive
run: >
mkdir -p build\win32_release
Expand Down

0 comments on commit 33e8640

Please sign in to comment.