Fix - incorrect build folder.

This commit is contained in:
Wu, Ganhao 2020-03-27 22:28:19 +08:00
parent e6bebe42fa
commit 9235d55126

View File

@ -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