From d7cfa7e63fef3aecd4e757d733094852ba7cc2be Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Fri, 16 Feb 2024 21:50:16 +0100 Subject: [PATCH] fix: invalid path to the template rockspec --- .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 0a60787..feb1b20 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -18,7 +18,7 @@ jobs: env: LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} with: - template: "/norgopolis-template.rockspec" + template: "norgopolis-template.rockspec" version: ${{ env.LUAROCKS_VERSION }} test_interpreters: null dependencies: |