Browse Source

Fix error if dir exists (#343)

rusdacent 5 years ago
parent
commit
918202a247
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

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