From 962c189e58afbdb22148d3efb2513a46b31a0a69 Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Thu, 24 Oct 2024 17:41:20 -0400 Subject: [PATCH] Another push to build the debug AppImage Signed-off-by: Geoff Hutchison --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index f2c6dd5255..0c098d49bf 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -287,7 +287,7 @@ jobs: OPENSSL_ROOT_DIR: ${{ matrix.config.ssl_env }} - name: AppImage - if: matrix.config.os == 'ubuntu-20.04' && matrix.config.build_type == 'Release' + if: matrix.config.os == 'ubuntu-22.04' && matrix.config.build_type == 'RelWithDebInfo' shell: bash run: | mkdir appdir