From 55d927ba0de2bbae29aaf5a4f8f016e4ab807d46 Mon Sep 17 00:00:00 2001 From: lyyyuna Date: Wed, 24 Jun 2020 13:04:24 +0800 Subject: [PATCH] checksum file name --- ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-build.sh b/ci-build.sh index 3d357e8..4f53e9e 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -30,4 +30,4 @@ curl \ --data $CHECKSUM \ -H 'Content-Type: text/plain' \ -H "Authorization: Bearer ${GITHUB_TOKEN}" \ - "${UPLOAD_URL}?name=${NAME}_checksum.txt" \ No newline at end of file + "${UPLOAD_URL}?name=${NAME}_md5.txt" \ No newline at end of file