mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Don't upload target/release in integration_build
This dir was generated by compiling RTIM, when no cache is available
This commit is contained in:
parent
a0a21a8752
commit
3fac289c3d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/clippy_bors.yml
vendored
1
.github/workflows/clippy_bors.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue