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

This commit is contained in:
Baptiste Augrain 2021-09-15 23:04:58 +02:00 committed by GitHub
parent bb483f44e2
commit 573c0230c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 .