Explorar el Código

Fix error if dir exists (#343)

rusdacent hace 4 años
padre
commit
918202a247
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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