We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c6936 commit 638ec8aCopy full SHA for 638ec8a
.github/workflows/release.yml
@@ -38,11 +38,11 @@ jobs:
38
run: |
39
git submodule update --init
40
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release
41
- msbuild "lua-formatter.sln" /clp:ErrorsOnly /target:Build
+ msbuild "lua-formatter.sln" /p:Configuration=Release /p:Platform=x64 /clp:ErrorsOnly /target:Build
42
- uses: actions/upload-artifact@v2
43
with:
44
name: windows-artifact
45
- path: lua-format.exe
+ path: Release/lua-format.exe
46
47
darwin-artifact:
48
runs-on: macos-latest
0 commit comments