Skip to content

Commit 25df387

Browse files
committed
💚 Fix upload
1 parent d807925 commit 25df387

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- run: |
140140
luarocks install tree-sitter-tmux
141141
luarocks pack tree-sitter-tmux
142-
scripts/update.sh ./*.rock
142+
scripts/upload.sh ./*.rock
143143
env:
144144
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
145145
if: startsWith(github.ref, 'refs/tags/')
@@ -156,7 +156,7 @@ jobs:
156156
- run: |
157157
luarocks install tree-sitter-tmux
158158
luarocks pack tree-sitter-tmux
159-
scripts/update.sh ./*.rock
159+
scripts/upload.sh ./*.rock
160160
env:
161161
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
162162

0 commit comments

Comments
 (0)