Skip to content

Commit 3fac289

Browse files
committed
Don't upload target/release in integration_build
This dir was generated by compiling RTIM, when no cache is available
1 parent a0a21a8 commit 3fac289

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ jobs:
209209
DIR=$CARGO_TARGET_DIR/debug
210210
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
211211
mv $DIR/integration-* $DIR/integration
212+
rm -rf $CARGO_TARGET_DIR/release
212213
213214
- name: Upload Binaries
214215
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)