Fix error if dir exists (#343)
This commit is contained in:
parent
64c7f9ea54
commit
918202a247
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Make empty dir
|
||||
run: mkdir empty
|
||||
run: mkdir -p empty
|
||||
|
||||
- name: Clear upload dir
|
||||
uses: burnett01/rsync-deployments@4.1
|
||||
|
Loading…
Reference in New Issue
Block a user