We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a4691 commit fd36df2Copy full SHA for fd36df2
1 file changed
.github/workflows/release.yml
@@ -94,8 +94,6 @@ jobs:
94
95
ls -l release-artifacts/**/*
96
97
- # Create release with all binaries
98
- gh release create "${VERSION}" \
99
- --title "Release ${VERSION}" \
100
- --notes-file release-notes.md \
+ # Upload assets to existing release
+ gh release upload "${VERSION}" \
101
release-artifacts/**/*
0 commit comments