We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11cc23 commit 710ee4eCopy full SHA for 710ee4e
.github/workflows/main.yml
@@ -38,7 +38,8 @@ jobs:
38
- name: Upload
39
if: startsWith(github.ref, 'refs/tags/')
40
run: |
41
- luarocks install luajson
+ # https://github.com/luarocks/luarocks/issues/559
42
+ luarocks install dkjson
43
luarocks upload ./*.rockspec --api-key ${{secrets.LUAROCKS_API_KEY}}
44
45
deploy-aur:
0 commit comments