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