From 10524ae6eada47237da9bed3f145c48a042236e4 Mon Sep 17 00:00:00 2001 From: Noel Miller <4983138+noelmiller@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:17:25 -0500 Subject: [PATCH] Revert chmod command on build directory (#75) --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 672d924..e7c579f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -36,4 +36,4 @@ mkdir /github/workspace/build || true # Copy resulting iso to github workspace and fix permissions cp build/deploy.iso /github/workspace/build -chmod -R ugo=rwx /github/workspace/build +chmod -R ugo=rwX /github/workspace/build