We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eba6ee commit f82d3c4Copy full SHA for f82d3c4
.github/workflows/LuaWatcom.yml
@@ -113,6 +113,10 @@ jobs:
113
run: |
114
git ls-files -z | xargs -0 -I{} touch --date="$(git log -1 --pretty=format:%cI -- {})" {}
115
116
+ - name: Remove UNIX executable permission from EXE files
117
+ run: |
118
+ chmod -x dist/bin/*.EXE
119
+
120
- name: Set modification time on built binaries to the latest commit
121
122
touch --date="$(git log -1 --pretty=format:%cI)" dist/bin/*.ELF dist/bin/*.EXE
0 commit comments