From 573c0230c5a442106ac011e39f4dfb90cc4b8cdb Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 15 Sep 2021 23:04:58 +0200 Subject: [PATCH] fix(linux): add shell attribute to the AppImage can be copied (#844) --- .github/workflows/linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2483a0d..4e6f956 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -87,6 +87,7 @@ jobs: if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes' - name: Move/rename build artifacts + shell: bash run: | cp vscode/.build/linux/deb/*/deb/*.deb . cp vscode/.build/linux/rpm/*/*.rpm .