Skip to content

Commit de698e4

Browse files
flip1995matthiaskrgr
authored andcommitted
Second try?
1 parent d06f1fa commit de698e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@ jobs:
187187
- name: Extract Binaries
188188
run: |
189189
DIR=$CARGO_TARGET_DIR/debug
190-
rm $DIR/deps/integration-*.d
191-
rm $DIR/deps/integration-*.dwo
192-
mv $DIR/deps/integration-* $DIR/integration
190+
find $DIR/deps/integration-* -executable ! -type d | xargs -I {} mv {} $DIR/integration
193191
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
194192
195193
- name: Upload Binaries

0 commit comments

Comments
 (0)