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