We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0180bcb commit d4867f5Copy full SHA for d4867f5
.github/workflows/release.yml
@@ -64,6 +64,6 @@ jobs:
64
with: {name: dist-windows-latest, path: dist}
65
- uses: actions/download-artifact@v4
66
with: {name: dist-ubuntu-latest, path: dist}
67
- - run: kick github-release --upload "dist/*" --github-action
+ - run: kick gh release --upload "dist/*" --github-action
68
env:
69
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments