From 0c02c287fc33944554f30cb811e75e2648966e08 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Tue, 28 Oct 2025 00:10:35 -0500 Subject: [PATCH] chmod again --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index ab792b9..2c51a24 100644 --- a/action.yml +++ b/action.yml @@ -11,6 +11,11 @@ runs: - name: Checkout uses: actions/checkout@v4 + - name: Permissions + run: | + chmod -R 777 . + ls -al + - name: Build package uses: https://git.sanin.dev/packages_test/build-publish/@build