From 92fe5d07e9aa33010cd997a8ae7a120c02c7ccbc Mon Sep 17 00:00:00 2001 From: reisxd <29177546+reisxd@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:06:09 +0300 Subject: [PATCH] fix: chmod build file --- .github/workflows/build-new-release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-new-release.yaml b/.github/workflows/build-new-release.yaml index b6bbfdb..a6b719e 100644 --- a/.github/workflows/build-new-release.yaml +++ b/.github/workflows/build-new-release.yaml @@ -29,6 +29,9 @@ jobs: ncc build service.js rm -r node_modules + - name: Set permissions for Tizen Build Action + run: chmod +x /home/runner/work/_actions/sourcetoad/tizen-build-action/v1.0.0/build.sh + - name: Build Tizen app id: tizen-build-action uses: sourcetoad/tizen-build-action@v1.0.0