From c844457e389e26742b1e0d084c0df61c7633d239 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Sat, 21 Dec 2024 00:10:16 +0100 Subject: [PATCH] deprecate appimage, ignore error for deploy --- .github/workflows/branch_sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch_sync.yml b/.github/workflows/branch_sync.yml index 5b775c5..42d9518 100644 --- a/.github/workflows/branch_sync.yml +++ b/.github/workflows/branch_sync.yml @@ -81,7 +81,7 @@ jobs: if: needs.prepare.outputs.sync == 'true' && !failure() && !cancelled() needs: - prepare - - linux-AppImage + # - linux-AppImage # Deprecated now fails partially - macOS - linux-pkg runs-on: ubuntu-latest