We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649443d commit 953c10cCopy full SHA for 953c10c
1 file changed
.github/workflows/build.yml
@@ -33,13 +33,13 @@ jobs:
33
34
- name: Generate Visual Studio projects
35
shell: cmd
36
- run: generate_project_ci.bat
+ run: generate_project.bat
37
38
- name: Add msbuild to PATH
39
uses: microsoft/setup-msbuild@v2
40
41
- name: Build solution
42
- run: msbuild ./projects/spectrum.sln /p:Configuration=Retail /p:Platform=x64 /m
+ run: msbuild ./projects/spectrum_vs2022.sln /p:Configuration=Retail /p:Platform=x64 /m
43
44
- name: Upload build artifacts
45
uses: actions/upload-artifact@v4
0 commit comments