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 40300ab commit 7a2391cCopy full SHA for 7a2391c
.github/workflows/LuaWatcom.yml
@@ -162,7 +162,7 @@ jobs:
162
export LD_PRELOAD=$(dpkg -L libfaketime | grep libfaketime.so.1)
163
label="LUA MULTIOS"
164
serial="0x$(echo "$label$FAKETIME" | sha256sum | cut -c1-8)"
165
- files=$(find dist/bin/*.ELF dist/bin/*.EXE scripts/meta/floppy/1440k/1/*.LUA | sort | xargs)
+ files=$(find dist/bin/LUAUX.ELF dist/bin/LUA16.EXE dist/bin/LUA4G.EXE dist/bin/LUANT.EXE dist/bin/DOS4GW.EXE scripts/meta/floppy/1440k/1/*.LUA | sort | xargs)
166
echo "Faketime: $FAKETIME"
167
echo "Files: $files"
168
echo "Label: $label"
0 commit comments