We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf9197 commit 040fe4aCopy full SHA for 040fe4a
1 file changed
.github/workflows/LuaWatcom.yml
@@ -150,6 +150,10 @@ jobs:
150
mformat -C -i dist/LuaMulti.ima -v "$label" -f 1440 -N $serial
151
mcopy -mi dist/LuaMulti.ima $files ::
152
153
+ - name: Zero-out Unallocated Clusters
154
+ run: |
155
+ lua demo/xtra/FATSTAT.LUA -z dist/*ima
156
+
157
- name: Create Floppy Disk Images Zip
158
run: |
159
files=$(find dist/*ima | sort | xargs)
0 commit comments