parent
606e3285b2
commit
e4fc9316cd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/clippy_bors.yml
vendored
3
.github/workflows/clippy_bors.yml
vendored
|
@ -208,8 +208,9 @@ jobs:
|
||||||
- name: Extract Binaries
|
- name: Extract Binaries
|
||||||
run: |
|
run: |
|
||||||
DIR=$CARGO_TARGET_DIR/debug
|
DIR=$CARGO_TARGET_DIR/debug
|
||||||
|
rm $DIR/deps/integration-*.d
|
||||||
|
mv $DIR/deps/integration-* $DIR/integration
|
||||||
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
|
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
|
||||||
mv $DIR/integration-* $DIR/integration
|
|
||||||
rm -rf $CARGO_TARGET_DIR/release
|
rm -rf $CARGO_TARGET_DIR/release
|
||||||
|
|
||||||
- name: Upload Binaries
|
- name: Upload Binaries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue