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