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 a0a21a8 commit 3fac289Copy full SHA for 3fac289
.github/workflows/clippy_bors.yml
@@ -209,6 +209,7 @@ jobs:
209
DIR=$CARGO_TARGET_DIR/debug
210
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
211
mv $DIR/integration-* $DIR/integration
212
+ rm -rf $CARGO_TARGET_DIR/release
213
214
- name: Upload Binaries
215
uses: actions/upload-artifact@v1
0 commit comments