Skip to content

Commit 674fcb2

Browse files
authored
Fix for linux continuous release (#403)
1 parent 13b843f commit 674fcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuos-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
id: runcmake
6666
with:
6767
cmakeListsTxtPath: "${{ github.workspace }}/CMakeLists.txt"
68-
buildWithCMakeArgs: "-- -v"
68+
buildWithCMakeArgs: "--config Release -- -v"
6969
buildDirectory: ${{ github.workspace }}/build
7070

7171
- name: Zip build artifacts

0 commit comments

Comments
 (0)