From 27fa3a1ff4984789b9dd8a60281481c94f620911 Mon Sep 17 00:00:00 2001
From: Bert van der Weerd <bert@stanzabird.nl>
Date: Sat, 4 Nov 2023 09:59:03 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73a2474..6ed3f33 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,7 +54,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' \