Don't upload target/release in integration_build

This dir was generated by compiling RTIM, when no cache is available
This commit is contained in:
flip1995 2020-02-12 10:01:19 +01:00
parent a0a21a8752
commit 3fac289c3d
No known key found for this signature in database
GPG Key ID: 693086869D506637
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ jobs:
DIR=$CARGO_TARGET_DIR/debug
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
uses: actions/upload-artifact@v1