瀏覽代碼

fix(linux): add shell attribute to the AppImage can be copied (#844)

Baptiste Augrain 3 年之前
父節點
當前提交
573c0230c5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/linux.yml

+ 1 - 0
.github/workflows/linux.yml

@@ -87,6 +87,7 @@ jobs:
         if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes'
         if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes'
 
 
       - name: Move/rename build artifacts
       - name: Move/rename build artifacts
+        shell: bash
         run: |
         run: |
           cp vscode/.build/linux/deb/*/deb/*.deb .
           cp vscode/.build/linux/deb/*/deb/*.deb .
           cp vscode/.build/linux/rpm/*/*.rpm .
           cp vscode/.build/linux/rpm/*/*.rpm .