We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606e328 commit a51c571Copy full SHA for a51c571
.github/workflows/clippy_bors.yml
@@ -208,8 +208,8 @@ jobs:
208
- name: Extract Binaries
209
run: |
210
DIR=$CARGO_TARGET_DIR/debug
211
+ mv $DIR/deps/integration-* $DIR/integration
212
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
- mv $DIR/integration-* $DIR/integration
213
rm -rf $CARGO_TARGET_DIR/release
214
215
- name: Upload Binaries
0 commit comments