diff --git a/.github/workflows/onpush_builder.yaml b/.github/workflows/onpush_builder.yaml index e0ede33aa..dea408b3c 100644 --- a/.github/workflows/onpush_builder.yaml +++ b/.github/workflows/onpush_builder.yaml @@ -64,6 +64,9 @@ jobs: fi fi done + - name: Make all .sh scripts executable + run: | + find . -type f -iname "*.sh" -exec chmod u+x {} \; - name: Commit if needed uses: EndBug/add-and-commit@v9 with: