mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
fix(linux): add shell attribute to the AppImage can be copied (#844)
This commit is contained in:
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'
|
if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes'
|
||||||
|
|
||||||
- name: Move/rename build artifacts
|
- name: Move/rename build artifacts
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cp vscode/.build/linux/deb/*/deb/*.deb .
|
cp vscode/.build/linux/deb/*/deb/*.deb .
|
||||||
cp vscode/.build/linux/rpm/*/*.rpm .
|
cp vscode/.build/linux/rpm/*/*.rpm .
|
||||||
|
|||||||
Reference in New Issue
Block a user