File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -115,17 +115,25 @@ jobs:
115115 label="LUA DOS"
116116 serial="0x$(echo "$label$(git log -1 --format=%ct)" | sha256sum | cut -c1-8)"
117117 date=$(git log -1 --format=%cd --date=format:'%Y-%m-%d %H:%M:%S')
118- faketime -f "$date" mformat -C -i dist/Lua160k.ima -v "$label" -f 160 -N $serial
119118 files=$(find dist/bin/LUA16.EXE demo/core/*.LUA | sort | xargs)
119+ echo "Date: $date"
120+ echo "Files: $files"
121+ echo "Label: $label"
122+ echo "Serial: $serial"
123+ faketime -f "$date" mformat -C -i dist/Lua160k.ima -v "$label" -f 160 -N $serial
120124 faketime -f "$date" mcopy -mi dist/Lua160k.ima $files ::
121125
122126 - name : Create 1.4M Multi-Platform Floppy Diskette Image
123127 run : |
124128 label="LUA MULTIOS"
125129 serial="0x$(echo "$label$(git log -1 --format=%ct)" | sha256sum | cut -c1-8)"
126130 date=$(git log -1 --format=%cd --date=format:'%Y-%m-%d %H:%M:%S')
127- faketime -f "$date" mformat -C -i dist/LuaMulti.ima -v "$label" -f 1440 -N $serial
128131 files=$(find dist/bin/*.EXE demo/core/*.LUA demo/xtra/*.LUA | sort | xargs)
132+ echo "Date: $date"
133+ echo "Files: $files"
134+ echo "Label: $label"
135+ echo "Serial: $serial"
136+ faketime -f "$date" mformat -C -i dist/LuaMulti.ima -v "$label" -f 1440 -N $serial
129137 faketime -f "$date" mcopy -mi dist/LuaMulti.ima $files ::
130138
131139 - name : Create Floppy Disk Images Zip
You can’t perform that action at this time.
0 commit comments