summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-12-18 23:48:55 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-12-18 23:48:55 -0600
commit18b46d73b800272186d72a604bd50c921ff16bee (patch)
tree7d9066f146e1f6d4b100f0dcf43b30c2e0ab53d4
parent0d980b3a34fe71eda731cda69da710a36244129b (diff)
downloadluaossl-packaging-18b46d73b800272186d72a604bd50c921ff16bee.tar.gz
luaossl-packaging-18b46d73b800272186d72a604bd50c921ff16bee.tar.bz2
luaossl-packaging-18b46d73b800272186d72a604bd50c921ff16bee.zip
Fix cicd job names
-rw-r--r--meta.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta.lua b/meta.lua
index 0e8b22d..428f6ba 100644
--- a/meta.lua
+++ b/meta.lua
@@ -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},