From 6316530728672087eddb75864054d2b10422d836 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Wed, 3 Jan 2024 17:07:35 +0100 Subject: [PATCH] ci(luarocks): typo in path to template --- .github/workflows/luarocks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index c0533e0..42f045d 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -26,4 +26,4 @@ jobs: A Lua binding to the Rust norgopolis-client module. Allows for interacting with Norgopolis, optionally spawning the server if it is not yet started (norgopolis-server.lua must be installed for this capability). - template: "/template.rockspec" + template: "template.rockspec"