Skip to content

Commit

Permalink
fix: invalid path to the template rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Feb 16, 2024
1 parent 202c9d3 commit d7cfa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
template: "/norgopolis-template.rockspec"
template: "norgopolis-template.rockspec"
version: ${{ env.LUAROCKS_VERSION }}
test_interpreters: null
dependencies: |
Expand Down

0 comments on commit d7cfa7e

Please sign in to comment.