Skip to content

Commit 350a8bf

Browse files
committed
ci: add missing argument for packing
1 parent 3b8ab07 commit 350a8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: leafo/gh-actions-luarocks@v5
2424

2525
- name: Pack Rock
26-
run: luarocks pack
26+
run: luarocks pack *.rockspec
2727

2828
- name: Publish to LuaRocks
2929
run: luarocks upload --api-key=${{ secrets.LUAROCKS_API_KEY } *.rockspec

0 commit comments

Comments
 (0)