Skip to content

Commit c74a55a

Browse files
authored
Update add_execute_permissions.yml
1 parent 9d9bae5 commit c74a55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_execute_permissions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Find and chmod binaries
1717
run: |
18-
find . -type f -executable -exec chmod +x {} \;
18+
find . -type f -exec chmod +x {} \;
1919
find . -type f -name "*.sh" -exec chmod +x {} \;
2020
2121
- name: Check for changes

0 commit comments

Comments
 (0)