From 1bb4e6aa5ba3022628ef75ede7b2694d79a78033 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Thu, 16 Nov 2023 06:14:46 -0800 Subject: [PATCH] Ensure blank project files can be deleted by github runner --- dist/platforms/ubuntu/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/platforms/ubuntu/entrypoint.sh b/dist/platforms/ubuntu/entrypoint.sh index 4db94117e..af7a4ea22 100755 --- a/dist/platforms/ubuntu/entrypoint.sh +++ b/dist/platforms/ubuntu/entrypoint.sh @@ -21,6 +21,7 @@ source /steps/return_license.sh # rm -r "$ACTIVATE_LICENSE_PATH" +chmod -R 777 "/BlankProject" # # Instructions for debugging