Skip to content

Commit fd36df2

Browse files
committed
fix(ci): Use gh release upload to add assets to existing release
1 parent 48a4691 commit fd36df2

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ jobs:
9494
9595
ls -l release-artifacts/**/*
9696
97-
# Create release with all binaries
98-
gh release create "${VERSION}" \
99-
--title "Release ${VERSION}" \
100-
--notes-file release-notes.md \
97+
# Upload assets to existing release
98+
gh release upload "${VERSION}" \
10199
release-artifacts/**/*

0 commit comments

Comments
 (0)