diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-12-18 23:48:55 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-12-18 23:48:55 -0600 |
commit | 18b46d73b800272186d72a604bd50c921ff16bee (patch) | |
tree | 7d9066f146e1f6d4b100f0dcf43b30c2e0ab53d4 | |
parent | 0d980b3a34fe71eda731cda69da710a36244129b (diff) | |
download | luaossl-packaging-18b46d73b800272186d72a604bd50c921ff16bee.tar.gz luaossl-packaging-18b46d73b800272186d72a604bd50c921ff16bee.tar.bz2 luaossl-packaging-18b46d73b800272186d72a604bd50c921ff16bee.zip |
Fix cicd job names
-rw-r--r-- | meta.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,9 +28,9 @@ for version, _, name, optimization, rel, flag, _, image in cartesian(lua_version | |||
28 | {"git", "luaossl"}, | 28 | {"git", "luaossl"}, |
29 | {"cicd","image-luarocks-" .. version .. "-" .. image}, | 29 | {"cicd","image-luarocks-" .. version .. "-" .. image}, |
30 | {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image .. ":lua" .. version .. ".dll"}, | 30 | {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image .. ":lua" .. version .. ".dll"}, |
31 | {"cicd","libressl-" .. optimization .. "-" .. rel .. "-" .. image .. ":include.tar.gz"}, | 31 | {"cicd","libressl-" .. name .. "-" .. rel .. "-" .. image .. ":include.tar.gz"}, |
32 | {"cicd","libressl-" .. optimization .. "-" .. rel .. "-" .. image .. ":libcrypto.a"}, | 32 | {"cicd","libressl-" .. name .. "-" .. rel .. "-" .. image .. ":libcrypto.a"}, |
33 | {"cicd","libressl-" .. optimization .. "-" .. rel .. "-" .. image .. ":libssl.a"}, | 33 | {"cicd","libressl-" .. name .. "-" .. rel .. "-" .. image .. ":libssl.a"}, |
34 | }, | 34 | }, |
35 | produces = { | 35 | produces = { |
36 | ["luaossl-git.mingw32-x86_64.rock"] = {"luarocks.sh", "luaossl", image, version, name, rel}, | 36 | ["luaossl-git.mingw32-x86_64.rock"] = {"luarocks.sh", "luaossl", image, version, name, rel}, |