From ca2fc869020ea39aa152d7df2690d921721635c8 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 22 Feb 2024 14:56:25 +0000 Subject: [PATCH] ci: add AppImage bundle step to electron test (#5871) Just ensure nothing breaks the AppImage bundle --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c9d14b8986..47dbab4b91 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,7 +72,7 @@ jobs: if-no-files-found: error build-core-selfhost: - name: Build @affine/core + name: Build @affine/core selfhost runs-on: ubuntu-latest environment: ${{ github.event.inputs.flavor }} steps: