ci: add release workflow for luarocks upload (#4109)

This commit is contained in:
Marc Jakobi 2023-02-22 19:15:43 +01:00 committed by GitHub
parent a4b72d4f7f
commit ba35d094c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 60 additions and 32 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
# https://github.com/luarocks/luarocks/wiki/Creating-a-Makefile-that-plays-nice-with-LuaRocks
build:
echo "Do nothing"
install:
mkdir -p $(INST_LUADIR)
cp -r autoload plugin queries lua $(INST_LUADIR)