From 3fac289c3d7f9caea256ce6cc65b54e214aa776e Mon Sep 17 00:00:00 2001 From: flip1995 Date: Wed, 12 Feb 2020 10:01:19 +0100 Subject: [PATCH] Don't upload target/release in integration_build This dir was generated by compiling RTIM, when no cache is available --- .github/workflows/clippy_bors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index 0f97e5165e6..d147e0790a0 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -209,6 +209,7 @@ jobs: DIR=$CARGO_TARGET_DIR/debug find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf mv $DIR/integration-* $DIR/integration + rm -rf $CARGO_TARGET_DIR/release - name: Upload Binaries uses: actions/upload-artifact@v1