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 4bd6a84 commit 416b872Copy full SHA for 416b872
.github/workflows/publish-luarocks.yaml
@@ -17,7 +17,7 @@ jobs:
17
git rm MathParser-*.rockspec || true
18
- name: Generate rockspec
19
run: |
20
- lua generate_rockspec.lua ${GITHUB_REF#refs/tags/}
+ lua build/generate_rockspec.lua ${GITHUB_REF#refs/tags/}
21
- name: Upload to LuaRocks
22
23
luarocks upload --api-key ${{ secrets.LUAROCKS_API_KEY }} MathParser-${GITHUB_REF#refs/tags/}.rockspec
0 commit comments