We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5056870 commit 649a43cCopy full SHA for 649a43c
.github/actions/build-electron/action.yml
@@ -175,7 +175,7 @@ runs:
175
rm pubkey
176
177
# Sign the RPM
178
- rpm_file=$(find ./apps/desktop/dist -name "*.rpm" -print -quit)
+ rpm_file=$(find ./apps/desktop/upload -name "*.rpm" -print -quit)
179
rpmsign --define "_gpg_name Trilium Notes Signing Key <[email protected]>" --addsign "$rpm_file"
180
rpm -Kv "$rpm_file"
181
0 commit comments