Fix - incorrect build folder.
This commit is contained in:
parent
e6bebe42fa
commit
9235d55126
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -28,11 +28,11 @@ jobs:
|
||||
run: cmake .
|
||||
|
||||
- name: Build Release
|
||||
working-directory: ./build
|
||||
working-directory: .
|
||||
run: msbuild /m /p:Configuration=Release FMT.sln
|
||||
|
||||
- name: Build Debug
|
||||
working-directory: ./build
|
||||
working-directory: .
|
||||
run: msbuild /m /p:Configuration=Debug FMT.sln
|
||||
|
||||
- name: Nuget Pack
|
||||
|
||||
Loading…
Reference in New Issue
Block a user