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 85cbdac commit 8fbbc1eCopy full SHA for 8fbbc1e
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
mv "/tmp/$NAME" .
35
# Cleanup
36
rm -r "$NAME"/{appveyor.yml,codecov.yml,Jenkinsfile,tools/ci}
37
- find "$NAME" -name '.git*' -exec rm -rv {} \;
+ find "$NAME" -name '.git*' -exec rm -rv {} \; || true
38
39
tar -czf ${{steps.filenames.outputs.devTools}} "$NAME/external/dev-tools"
40
rm -r "$NAME/external/dev-tools"/*
0 commit comments