There was an error while loading. Please reload this page.
1 parent 6305502 commit 8c8f83aCopy full SHA for 8c8f83a
1 file changed
.github/workflows/_binary_upload_r2.yml
@@ -154,5 +154,5 @@ jobs:
154
for pkg in dist/*; do
155
shm_id=$(sha256sum "${pkg}" | awk '{print $1}')
156
${AWS_CMD} "$pkg" "s3://${BUCKET_NAME}/${BUCKET_PATH}" \
157
- --metadata "checksum-sha256=${shm_id}" "${UPLOAD_ENDPOINT}"
+ --metadata "checksum-sha256=${shm_id}" ${UPLOAD_ENDPOINT}
158
done
0 commit comments