1 parent d807925 commit 25df387Copy full SHA for 25df387
1 file changed
.github/workflows/main.yml
@@ -139,7 +139,7 @@ jobs:
139
- run: |
140
luarocks install tree-sitter-tmux
141
luarocks pack tree-sitter-tmux
142
- scripts/update.sh ./*.rock
+ scripts/upload.sh ./*.rock
143
env:
144
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
145
if: startsWith(github.ref, 'refs/tags/')
@@ -156,7 +156,7 @@ jobs:
156
157
158
159
160
161
162
0 commit comments