From bba26afbba9e42eada42605a29ef6193d1a48b34 Mon Sep 17 00:00:00 2001 From: Maarten van Heusden <50550545+mmvanheusden@users.noreply.github.com> Date: Tue, 9 Sep 2025 17:27:56 +0200 Subject: [PATCH] fix: actually produce debug builds --- .github/workflows/build_debug.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_debug.yml b/.github/workflows/build_debug.yml index 09fb098e..cdd8583b 100644 --- a/.github/workflows/build_debug.yml +++ b/.github/workflows/build_debug.yml @@ -13,14 +13,14 @@ jobs: include: - platform: 'macos-latest' arch: 'aarch64' - args: '--debug --target aarch64-apple-darwin --bundles dmg' + args: '--target aarch64-apple-darwin --bundles dmg' - platform: 'macos-latest' arch: 'x86_64' - args: '--debug --target x86_64-apple-darwin --bundles dmg' + args: '--target x86_64-apple-darwin --bundles dmg' - platform: 'ubuntu-22.04' - args: '--debug --bundles appimage' + args: '--bundles appimage' - platform: 'windows-latest' - args: '--debug' + args: '' runs-on: ${{ matrix.platform }} steps: @@ -62,7 +62,9 @@ jobs: with: args: ${{ matrix.args }} includeUpdaterJson: false - + includeRelease: 'false' + includeDebug: 'true' + - name: fix JSON if: matrix.platform != 'windows-latest' id: truncate_paths