From a88c4982693e924febad658494af60fbff359c8a Mon Sep 17 00:00:00 2001 From: Justin Pridgen Date: Sat, 31 Aug 2024 12:04:15 -0400 Subject: [PATCH] lmfao --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 301cd8c..b2bb2ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,7 @@ jobs: config: - name: Windows os: windows-latest + build-config: RelWithDebInfo - name: macOS os: macos-latest @@ -35,7 +36,7 @@ jobs: - name: Build the mod uses: geode-sdk/build-geode-mod@main with: - build-config: RelWithDebInfo + build-config: ${{ matrix.config.build-config || 'Release' }} export-pdb: true combine: true target: ${{ matrix.config.target }}