Explorar o código

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

Baptiste Augrain %!s(int64=3) %!d(string=hai) anos
pai
achega
573c0230c5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'
 
       - name: Move/rename build artifacts
+        shell: bash
         run: |
           cp vscode/.build/linux/deb/*/deb/*.deb .
           cp vscode/.build/linux/rpm/*/*.rpm .