Skip to content

Commit

Permalink
fix: chmod build file
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Feb 28, 2024
1 parent 38abcb8 commit 92fe5d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 92fe5d0

Please sign in to comment.