Skip to content

Commit fb17486

Browse files
authored
ci: update Windows configuration to be "Release"
1 parent 93e01b5 commit fb17486

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
@@ -42,7 +42,7 @@ jobs:
4242
run: cmake -G "Visual Studio 17 2022" -B build
4343

4444
- name: Build
45-
run: cmake --build build
45+
run: cmake --build build --config Release
4646

4747
- uses: actions/upload-artifact@v2
4848
with:
@@ -70,4 +70,4 @@ jobs:
7070
artifacts: "*Release/**/*"
7171
token: ${{ secrets.GITHUB_TOKEN }}
7272

73-
73+

0 commit comments

Comments
 (0)