Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Don't know why this fails to delete the folders
  • Loading branch information
Flow86 authored Jul 22, 2021
1 parent 85cbdac commit 8fbbc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mv "/tmp/$NAME" .
# Cleanup
rm -r "$NAME"/{appveyor.yml,codecov.yml,Jenkinsfile,tools/ci}
find "$NAME" -name '.git*' -exec rm -rv {} \;
find "$NAME" -name '.git*' -exec rm -rv {} \; || true
tar -czf ${{steps.filenames.outputs.devTools}} "$NAME/external/dev-tools"
rm -r "$NAME/external/dev-tools"/*
Expand Down

0 comments on commit 8fbbc1e

Please sign in to comment.