From 1a47489290dbcc0a408abd80340a2f4e2beeb6be Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Sat, 25 Oct 2025 02:19:18 -0500 Subject: [PATCH] permissions --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 9b99434..3d00b89 100644 --- a/action.yml +++ b/action.yml @@ -15,6 +15,7 @@ runs: shell: bash run: | echo "🎉 clone complete. building..." && \ + chmod -R 777 ./ && \ docker run --rm -e REPO=. -v `pwd`:/home/user/pkg corysanin/archery:artix - name: Publish package