Skip to content

Commit 8da77ac

Browse files
authored
Ensure blank project files can be deleted by github runner (#599)
1 parent 2afd9cd commit 8da77ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/platforms/ubuntu/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ source /steps/return_license.sh
2121
#
2222

2323
rm -r "$ACTIVATE_LICENSE_PATH"
24+
chmod -R 777 "/BlankProject"
2425

2526
#
2627
# Instructions for debugging

0 commit comments

Comments
 (0)