Browse Source

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

Baptiste Augrain 3 years ago
parent
commit
f1dd2cf1cc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/linux.yml

+ 3 - 3
.github/workflows/linux.yml

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