diff options
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/upload-multiarch-release-assets.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hack/upload-multiarch-release-assets.sh b/hack/upload-multiarch-release-assets.sh index 935543f..b3f8312 100755 --- a/hack/upload-multiarch-release-assets.sh +++ b/hack/upload-multiarch-release-assets.sh @@ -31,9 +31,9 @@ echo "*** Reverse verify signature" gpg -a --verify release-${TARGET_VERSION}.sha256.asc echo "*** Uploading release assets" -for asset in ${BINARIES} ${TARGET_VERSION}.sha256 ${TARGET_VERSION}.sha256.asc; do +for asset in ${BINARIES} release-${TARGET_VERSION}.sha256 release-${TARGET_VERSION}.sha256.asc; do echo " -> $asset" - echo gh release upload ${TARGET_VERSION} ${asset} + gh release upload ${TARGET_VERSION} ${asset} done -echo "Done."
\ No newline at end of file +echo "Done." |
