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:
parent
a0a21a8752
commit
3fac289c3d
|
@ -209,6 +209,7 @@ jobs:
|
||||||
DIR=$CARGO_TARGET_DIR/debug
|
DIR=$CARGO_TARGET_DIR/debug
|
||||||
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
|
mv $DIR/integration-* $DIR/integration
|
||||||
|
rm -rf $CARGO_TARGET_DIR/release
|
||||||
|
|
||||||
- name: Upload Binaries
|
- name: Upload Binaries
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
|
Loading…
Reference in New Issue