Skip to content

Commit a51c571

Browse files
committed
Get integration test binary from deps dir
cc rust-lang/cargo#7965
1 parent 606e328 commit a51c571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy_bors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ jobs:
208208
- name: Extract Binaries
209209
run: |
210210
DIR=$CARGO_TARGET_DIR/debug
211+
mv $DIR/deps/integration-* $DIR/integration
211212
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
212-
mv $DIR/integration-* $DIR/integration
213213
rm -rf $CARGO_TARGET_DIR/release
214214
215215
- name: Upload Binaries

0 commit comments

Comments
 (0)