Skip to content

Commit 9b4d6fd

Browse files
committed
build: nightly releases are now built with Debug Release
1 parent fe32ffc commit 9b4d6fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
uses: ./.github/workflows/meson.yml
7171
with:
7272
upload_artefacts: true
73+
build_type: "debug"
74+
debug_level: "release"
7375

7476
build-msbuild-releases:
7577
name: Windows Release Build
@@ -80,6 +82,7 @@ jobs:
8082
uses: ./.github/workflows/msbuild.yml
8183
with:
8284
upload_artefacts: true
85+
build_configuration: "Debug Release"
8386

8487
release:
8588
name: Publish Release

0 commit comments

Comments
 (0)