Skip to content

Commit 140bdee

Browse files
committed
Fix only delete if present
1 parent fcb508c commit 140bdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade-unity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
allowDirtyBuild: true
5050

5151
- name: Delete build folder with elevated rights
52-
run: sudo rm -r ./build
52+
run: sudo rm -rf ./build
5353

5454
- name: Log git status
5555
run: git status

0 commit comments

Comments
 (0)