Skip to content

Commit f82d3c4

Browse files
committed
Remove the executable permission from all exe files in CI
1 parent 9eba6ee commit f82d3c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ jobs:
113113
run: |
114114
git ls-files -z | xargs -0 -I{} touch --date="$(git log -1 --pretty=format:%cI -- {})" {}
115115
116+
- name: Remove UNIX executable permission from EXE files
117+
run: |
118+
chmod -x dist/bin/*.EXE
119+
116120
- name: Set modification time on built binaries to the latest commit
117121
run: |
118122
touch --date="$(git log -1 --pretty=format:%cI)" dist/bin/*.ELF dist/bin/*.EXE

0 commit comments

Comments
 (0)