Skip to content

Commit 8fbbc1e

Browse files
authored
Update release.yml
Don't know why this fails to delete the folders
1 parent 85cbdac commit 8fbbc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
mv "/tmp/$NAME" .
3535
# Cleanup
3636
rm -r "$NAME"/{appveyor.yml,codecov.yml,Jenkinsfile,tools/ci}
37-
find "$NAME" -name '.git*' -exec rm -rv {} \;
37+
find "$NAME" -name '.git*' -exec rm -rv {} \; || true
3838
3939
tar -czf ${{steps.filenames.outputs.devTools}} "$NAME/external/dev-tools"
4040
rm -r "$NAME/external/dev-tools"/*

0 commit comments

Comments
 (0)