Skip to content

Commit

Permalink
Fix Windows automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 8, 2023
1 parent 1c42abe commit 75ae220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [push]

env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: binary/projects/vs2019/Aura.sln
VS_FILE_PATH: binary/projects/vs2019
SOLUTION_FILE_PATH: binary/projects/vs2022/Aura.sln
VS_FILE_PATH: binary/projects/vs2022

# Configuration type to build.
# You can convert this to a build matrix if you need coverage of multiple configuration types.
Expand Down

0 comments on commit 75ae220

Please sign in to comment.