From 1253abd1389f470a29d169b7e349d443cce5dacb Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 14 Aug 2022 15:56:55 -0500 Subject: [PATCH] Syntax error --- .github/workflows/main_matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 698d3921a..fdd845b64 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -426,8 +426,8 @@ jobs: name: firmware-${{ steps.version.outputs.version }} path: ./output - - name: permissions - - run: | + - name: Device scripts permissions + run: | chmod +x ./output/device-install.sh chmod +x ./output/device-update.sh