ci: build artifacts using github actions

This commit is contained in:
Michael Chris Lopez
2021-10-29 11:34:01 +08:00
parent 03820bf1ae
commit d6d37812fc
2 changed files with 48 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
make:
nvim --headless -u NORC \
--cmd 'set rtp+=.' \
--cmd 'lua require("zenbones.build").run()' \
--cmd 'q'