Skip to content

Commit 649a43c

Browse files
committed
fix(forge): RPM signing not done on the right file
1 parent 5056870 commit 649a43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-electron/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ runs:
175175
rm pubkey
176176
177177
# Sign the RPM
178-
rpm_file=$(find ./apps/desktop/dist -name "*.rpm" -print -quit)
178+
rpm_file=$(find ./apps/desktop/upload -name "*.rpm" -print -quit)
179179
rpmsign --define "_gpg_name Trilium Notes Signing Key <[email protected]>" --addsign "$rpm_file"
180180
rpm -Kv "$rpm_file"
181181

0 commit comments

Comments
 (0)