Skip to content

Commit b0d4c64

Browse files
Enable execution for all .sh scripts
Add step to enable script execution for all shell scripts. Signed-off-by: Shadownite133 <shadownite0130@gmail.com>
1 parent a36d565 commit b0d4c64

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-build-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ jobs:
149149
ref: ${{ env.GITHUB_BRANCH }}
150150
persist-credentials: false
151151
if: env.DISABLED != 'yes'
152+
153+
- name: Enable Script Execution for all Scripts
154+
run: find . -type f -name "*.sh" -exec chmod +x {} \;
152155

153156
- name: Switch to relevant branch
154157
env:

0 commit comments

Comments
 (0)