ci(linux): copy should ignore missing files ()

This commit is contained in:
Baptiste Augrain 2021-09-09 02:41:56 +02:00 committed by GitHub
parent 108166f640
commit f1dd2cf1cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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