Skip to content

Commit

Permalink
Update rockspec generation script path
Browse files Browse the repository at this point in the history
  • Loading branch information
bytexenon committed May 21, 2024
1 parent 4bd6a84 commit 416b872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-luarocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
git rm MathParser-*.rockspec || true
- name: Generate rockspec
run: |
lua generate_rockspec.lua ${GITHUB_REF#refs/tags/}
lua build/generate_rockspec.lua ${GITHUB_REF#refs/tags/}
- name: Upload to LuaRocks
run: |
luarocks upload --api-key ${{ secrets.LUAROCKS_API_KEY }} MathParser-${GITHUB_REF#refs/tags/}.rockspec
Expand Down

0 comments on commit 416b872

Please sign in to comment.