fix: remove test command

This commit is contained in:
ange 2025-01-08 06:41:18 +00:00
parent 2ab1c114bc
commit 89ba4edd83
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -14,7 +14,7 @@ rm -f resp0.json
for artifact in $INPUT_PATH; do
content_length=$(stat -c '%s' "$artifact")
md5="$(openssl md5 -binary README.md "$artifact" | base64)"
md5="$(openssl md5 -binary "$artifact" | base64)"
"${CURL[@]}" -XPUT -o resp1.json \
--header "x-actions-results-md5: $md5" \
--header "x-tfs-filelength: $content_length" \