From 49afefc43f92d09eeee69c6c9baca2cc6f9f3836 Mon Sep 17 00:00:00 2001 From: istori1 <107304850+istori1@users.noreply.github.com> Date: Thu, 20 Oct 2022 13:37:34 -0400 Subject: [PATCH] Export Debug Bundle [Flatpak] (#422) --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ead43706..33300441 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -237,6 +237,8 @@ jobs: build-sunshine dev.lizardbyte.sunshine.yml' sudo su $(whoami) -c 'flatpak build-bundle --arch=${{ matrix.arch }} ./repo \ ../artifacts/sunshine_${{ matrix.arch }}.flatpak dev.lizardbyte.sunshine' + sudo su $(whoami) -c 'flatpak build-bundle --runtime --arch=${{ matrix.arch }} ./repo \ + ../artifacts/sunshine_debug_${{ matrix.arch }}.flatpak dev.lizardbyte.sunshine.Debug' - name: Upload Artifacts uses: actions/upload-artifact@v3