Skip to content

Commit

Permalink
ci: fix build flag of windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Koihik committed Jan 29, 2021
1 parent d9c6936 commit 638ec8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
run: |
git submodule update --init
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release
msbuild "lua-formatter.sln" /clp:ErrorsOnly /target:Build
msbuild "lua-formatter.sln" /p:Configuration=Release /p:Platform=x64 /clp:ErrorsOnly /target:Build
- uses: actions/upload-artifact@v2
with:
name: windows-artifact
path: lua-format.exe
path: Release/lua-format.exe

darwin-artifact:
runs-on: macos-latest
Expand Down

0 comments on commit 638ec8a

Please sign in to comment.