diff --git a/ci/RELEASE.sh b/ci/RELEASE.sh
index f30bf8992efb104ae6b81e32c5539bdcb8628825..f09285fb7b66b22ce5624deaf2a98bd94f32fa09 100755
--- a/ci/RELEASE.sh
+++ b/ci/RELEASE.sh
@@ -79,8 +79,8 @@ KEY_ID="CFDDC96F12B1915C"
 
 # Try to make gpg cache the signing key, so we can leave the process
 # to run and sign.
-rm -f CHANGES.gpg
-gpg -s -u $KEY_ID CHANGES
+rm -f CMakeLists.txt.gpg
+gpg -s -u $KEY_ID CMakeLists.txt
 
 ### Build with default compiler
 #