Sfoglia il codice sorgente

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

Baptiste Augrain 3 anni fa
parent
commit
573c0230c5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 .