diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2483a0d..4e6f956 100644 --- a/.github/workflows/linux.yml +++ b/.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 .