From 761ab5cb82fdcfe5680aa4f761ee47348fb6f4db Mon Sep 17 00:00:00 2001 From: Michael K <1747304+tsal@users.noreply.github.com> Date: Sat, 20 Jun 2026 19:31:20 -0400 Subject: [PATCH] Update arma.yml see if we can fix permission denied --- .github/workflows/arma.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arma.yml b/.github/workflows/arma.yml index 2377269e..7cc5a5a6 100644 --- a/.github/workflows/arma.yml +++ b/.github/workflows/arma.yml @@ -23,7 +23,7 @@ jobs: - name: Setup HEMTT uses: arma-actions/hemtt@v1 - name: Run HEMTT build - run: hemtt/hemtt build + run: chmod +x hemtt/hemtt && hemtt/hemtt build - name: Rename build folder run: mv .hemttout/build .hemttout/@misery - name: Upload Artifact