fix(forge): RPM signing not done on the right file

This commit is contained in:
Elian Doran 2025-08-14 12:45:18 +03:00
parent 50568704ca
commit 649a43c978
No known key found for this signature in database

View File

@ -175,7 +175,7 @@ runs:
rm pubkey
# Sign the RPM
rpm_file=$(find ./apps/desktop/dist -name "*.rpm" -print -quit)
rpm_file=$(find ./apps/desktop/upload -name "*.rpm" -print -quit)
rpmsign --define "_gpg_name Trilium Notes Signing Key <triliumnotes@outlook.com>" --addsign "$rpm_file"
rpm -Kv "$rpm_file"