Skip to content

Commit

Permalink
build: should be release mode on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Jun 21, 2020
1 parent 1c4d887 commit c0c663e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -40,13 +40,13 @@ jobs:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
MSBuild SwitchLanPlay.sln
MSBuild SwitchLanPlay.sln /t:Build /p:Configuration=Release
- name: upload built files
uses: actions/upload-artifact@v1
with:
name: lan-play-windows
path: build/src/Debug/lan-play.exe
path: build/src/Release/lan-play.exe
build-macos:
runs-on: macos-latest

Expand Down

0 comments on commit c0c663e

Please sign in to comment.