mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix(forge): RPM signing not done on the right file
This commit is contained in:
		
							
								
								
									
										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" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user