From b48af480784c4b9df32b222eb8867654d957a83e Mon Sep 17 00:00:00 2001 From: Anna Prosvetova Date: Fri, 3 Dec 2021 14:58:35 +0300 Subject: [PATCH] CI: additionally cleanup artifacts (#4) --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2017276..5133ffb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,3 +110,7 @@ jobs: remote_port: ${{ secrets.RSYNC_DEPLOY_PORT }} remote_user: ${{ secrets.RSYNC_DEPLOY_USER }} remote_key: ${{ secrets.RSYNC_DEPLOY_KEY }} + + - name: Cleanup artifacts + run: | + rm -rf artifacts \ No newline at end of file