From 974872e2449319bb0e93826b6c105d9d430abf1b Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 4 Nov 2023 12:03:19 +0100 Subject: [PATCH] fixing 512sum on CB --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63cd800..048ecfd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ Release: - | curl \ --header "JOB-TOKEN: $CI_JOB_TOKEN" \ - --upload-file librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum \ + --upload-file librewolf-$VERSION-$RELEASE.source.tar.gz.sha512sum \ "$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sha512sum" - | curl -X 'POST' \