Skip to content

Commit 416b872

Browse files
committed
Update rockspec generation script path
1 parent 4bd6a84 commit 416b872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-luarocks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git rm MathParser-*.rockspec || true
1818
- name: Generate rockspec
1919
run: |
20-
lua generate_rockspec.lua ${GITHUB_REF#refs/tags/}
20+
lua build/generate_rockspec.lua ${GITHUB_REF#refs/tags/}
2121
- name: Upload to LuaRocks
2222
run: |
2323
luarocks upload --api-key ${{ secrets.LUAROCKS_API_KEY }} MathParser-${GITHUB_REF#refs/tags/}.rockspec

0 commit comments

Comments
 (0)