Skip to content

Commit

Permalink
Don't upload target/release in integration_build
Browse files Browse the repository at this point in the history
This dir was generated by compiling RTIM, when no cache is available
  • Loading branch information
flip1995 committed Feb 12, 2020
1 parent a0a21a8 commit 3fac289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fac289

Please sign in to comment.