ソースを参照

Fix error if dir exists (#343)

rusdacent 5 年 前
コミット
918202a247
1 ファイル変更1 行追加1 行削除
  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