From 6fcb6a04cfafc606a55f96e06b681b8f5aafe991 Mon Sep 17 00:00:00 2001 From: Sandeep Datta Date: Wed, 7 Aug 2024 11:32:35 -0700 Subject: [PATCH] BUILD_TYPE is now ci. --- .github/workflows/ci-gh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-gh.yml b/.github/workflows/ci-gh.yml index 1331af90..bdff93e9 100644 --- a/.github/workflows/ci-gh.yml +++ b/.github/workflows/ci-gh.yml @@ -30,6 +30,6 @@ jobs: platform: ${{ matrix.platform }} target-device: ${{ matrix.target-device }} build-mode: ${{ matrix.build-mode }} - build-type: release + build-type: ci upload-enabled: ${{ matrix.upload-enabled }} secrets: inherit