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

This commit is contained in:
Baptiste Augrain
2021-09-15 23:04:58 +02:00
committed by GitHub
parent bb483f44e2
commit 573c0230c5

View File

@@ -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 .