ci(linux): copy should ignore missing files (#829)
This commit is contained in:
parent
108166f640
commit
f1dd2cf1cc
1 changed files with 3 additions and 3 deletions
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
|
@ -88,9 +88,9 @@ jobs:
|
|||
|
||||
- name: Move/rename build artifacts
|
||||
run: |
|
||||
cp out/*.AppImage* .
|
||||
cp vscode/.build/linux/deb/*/deb/*.deb .
|
||||
cp vscode/.build/linux/rpm/*/*.rpm .
|
||||
cp -f out/*.AppImage* .
|
||||
cp -f vscode/.build/linux/deb/*/deb/*.deb .
|
||||
cp -f vscode/.build/linux/rpm/*/*.rpm .
|
||||
if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes'
|
||||
|
||||
- name: Generate shasums
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue