fix(linux): add shell attribute to the AppImage can be copied (#844)
This commit is contained in:
parent
bb483f44e2
commit
573c0230c5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue