diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-13 16:53:58 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-13 16:53:58 -0500 |
commit | dc7f8b2f8c9fc3ad9a22a14038cfe72437f4ffd6 (patch) | |
tree | c987ccf72487e7bda83846a5bda4d87e4bfcf192 | |
parent | 249ee384da87b747496820627ccee24fb505862d (diff) | |
download | luafilesystem-packaging-dc7f8b2f8c9fc3ad9a22a14038cfe72437f4ffd6.tar.gz luafilesystem-packaging-dc7f8b2f8c9fc3ad9a22a14038cfe72437f4ffd6.tar.bz2 luafilesystem-packaging-dc7f8b2f8c9fc3ad9a22a14038cfe72437f4ffd6.zip |
Use correct artifact name for lua dll
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ for version, link, name, optimization, rel, flag, _, image in cartesian(lua_vers | |||
30 | requires = { | 30 | requires = { |
31 | {"git", "luafilesystem"}, | 31 | {"git", "luafilesystem"}, |
32 | {"cicd","image-luarocks-" .. version .. "-" .. image}, | 32 | {"cicd","image-luarocks-" .. version .. "-" .. image}, |
33 | {"cicd","lua" .. version .. "-" .. optimization .. "-" .. rel .. "-" .. image .. ":lua" .. version .. ".dll"} | 33 | {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image .. ":lua" .. version .. ".dll"} |
34 | }, | 34 | }, |
35 | produces = { | 35 | produces = { |
36 | "luafilesystem-scm-1.mingw32-x86_64.rock" | 36 | "luafilesystem-scm-1.mingw32-x86_64.rock" |