mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 14:51:05 +08:00
fix(forge): RPM signing not done on the right file
This commit is contained in:
parent
50568704ca
commit
649a43c978
1 changed files with 1 additions and 1 deletions
2
.github/actions/build-electron/action.yml
vendored
2
.github/actions/build-electron/action.yml
vendored
|
|
@ -175,7 +175,7 @@ runs:
|
||||||
rm pubkey
|
rm pubkey
|
||||||
|
|
||||||
# Sign the RPM
|
# 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"
|
rpmsign --define "_gpg_name Trilium Notes Signing Key <triliumnotes@outlook.com>" --addsign "$rpm_file"
|
||||||
rpm -Kv "$rpm_file"
|
rpm -Kv "$rpm_file"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue