Skip to content

Commit 8c8f83a

Browse files
committed
test
1 parent 6305502 commit 8c8f83a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_binary_upload_r2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ jobs:
154154
for pkg in dist/*; do
155155
shm_id=$(sha256sum "${pkg}" | awk '{print $1}')
156156
${AWS_CMD} "$pkg" "s3://${BUCKET_NAME}/${BUCKET_PATH}" \
157-
--metadata "checksum-sha256=${shm_id}" "${UPLOAD_ENDPOINT}"
157+
--metadata "checksum-sha256=${shm_id}" ${UPLOAD_ENDPOINT}
158158
done

0 commit comments

Comments
 (0)