From c85e9f53c7efab1764420363891fde7adefcb8d1 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 20 Aug 2022 12:53:34 -0500 Subject: [PATCH] Chmod PR artifacts --- .github/workflows/main_matrix.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index fdd845b64..40c14f265 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -381,6 +381,11 @@ jobs: # For diagnostics - name: Show artifacts run: ls -lR + + - name: Device scripts permissions + run: | + chmod +x ./output/device-install.sh + chmod +x ./output/device-update.sh - name: Zip firmware run: zip -j -r ./firmware-${{ steps.version.outputs.version }}.zip ./output