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 ee11a65 commit ed0f973Copy full SHA for ed0f973
.github/workflows/build.yml
@@ -91,4 +91,4 @@ jobs:
91
run: |
92
set -ex
93
gh release create $VERSION --draft --verify-tag --title $VERSION
94
- gh release upload $version $(find artifacts -type f)
+ gh release upload $VERSION $(find artifacts -type f)
0 commit comments