Skip to content

Commit 638ec8a

Browse files
committed
ci: fix build flag of windows
1 parent d9c6936 commit 638ec8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
run: |
3939
git submodule update --init
4040
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release
41-
msbuild "lua-formatter.sln" /clp:ErrorsOnly /target:Build
41+
msbuild "lua-formatter.sln" /p:Configuration=Release /p:Platform=x64 /clp:ErrorsOnly /target:Build
4242
- uses: actions/upload-artifact@v2
4343
with:
4444
name: windows-artifact
45-
path: lua-format.exe
45+
path: Release/lua-format.exe
4646

4747
darwin-artifact:
4848
runs-on: macos-latest

0 commit comments

Comments
 (0)