Skip to content

Commit d7fc38d

Browse files
committed
Replace unix2dos with dosfren.lua in CR/LF step
1 parent 0f8a032 commit d7fc38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Ensure Lua Scripts Have CR/LF Line Endings
8080
run: |
81-
unix2dos demo/core/*.lua demo/xtra/*.lua
81+
lua demo/xtra/dosfren.lua demo/core/*.lua demo/xtra/*.lua
8282
8383
- name: Create Binaries Zip
8484
run: |

0 commit comments

Comments
 (0)