]> git.lizzy.rs Git - rust.git/commitdiff
Don't upload target/release in integration_build
authorflip1995 <hello@philkrones.com>
Wed, 12 Feb 2020 09:01:19 +0000 (10:01 +0100)
committerflip1995 <hello@philkrones.com>
Wed, 12 Feb 2020 09:01:19 +0000 (10:01 +0100)
This dir was generated by compiling RTIM, when no cache is available

.github/workflows/clippy_bors.yml

index 0f97e5165e6cd538e015a35a6e9b994d397e14e8..d147e0790a0a091bbb521e357d4a3cbd2f97a8fe 100644 (file)
@@ -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