Get integration test binary from deps dir

cc rust-lang/cargo#7965
This commit is contained in:
flip1995 2020-03-19 13:58:08 +01:00
parent 606e3285b2
commit e4fc9316cd
No known key found for this signature in database
GPG key ID: 693086869D506637

View file

@ -208,8 +208,9 @@ jobs:
- name: Extract Binaries
run: |
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
mv $DIR/integration-* $DIR/integration
rm -rf $CARGO_TARGET_DIR/release
- name: Upload Binaries