From 7c5de59f53dc5e09fd39d55566140880ac64f60a Mon Sep 17 00:00:00 2001 From: rusdacent <57439765+rusdacent@users.noreply.github.com> Date: Fri, 12 Feb 2021 20:14:07 +0300 Subject: [PATCH] add force remove artifacts dir for CI (#338) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d4419a3..c693f6d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,8 @@ jobs: needs: build runs-on: [self-hosted] steps: + - name: Force remove artifacts dir + run: rm -rf artifacts - name: Create directory for artifacts run: mkdir artifacts - name: Get bootloader