Skip to content

Commit d4867f5

Browse files
committed
Update release job
1 parent 0180bcb commit d4867f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
with: {name: dist-windows-latest, path: dist}
6565
- uses: actions/download-artifact@v4
6666
with: {name: dist-ubuntu-latest, path: dist}
67-
- run: kick github-release --upload "dist/*" --github-action
67+
- run: kick gh release --upload "dist/*" --github-action
6868
env:
6969
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)