From 918202a24785e91846765073671df0e91a4c33f1 Mon Sep 17 00:00:00 2001 From: rusdacent <57439765+rusdacent@users.noreply.github.com> Date: Tue, 16 Feb 2021 01:50:20 +0300 Subject: [PATCH] Fix error if dir exists (#343) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed001fb1..97b3de06 100644 --- a/.github/workflows/ci.yml +++ b/.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