Ignore error on rm when no files in build copy dir
This commit is contained in:
parent
83c7aa6ade
commit
84db689e56
@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
- name: Cleanup old dist files and copy new to /dist dir
|
||||
run: |-
|
||||
rm /dist/*
|
||||
rm -f /dist/*
|
||||
cp -v dist/* /dist
|
||||
|
||||
Release-Ubuntu:
|
||||
|
Loading…
Reference in New Issue
Block a user