mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 04:16:17 +01:00 
			
		
		
		
	Revert "chore(nx/forge): add some debug logging for env"
This reverts commit 575f38e6e0.
			
			
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/actions/build-electron/action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/actions/build-electron/action.yml
									
									
									
									
										vendored
									
									
								
							@@ -86,7 +86,7 @@ runs:
 | 
				
			|||||||
      APPLE_ID_PASSWORD: ${{ env.APPLE_ID_PASSWORD }}
 | 
					      APPLE_ID_PASSWORD: ${{ env.APPLE_ID_PASSWORD }}
 | 
				
			||||||
      WINDOWS_SIGN_EXECUTABLE: ${{ env.WINDOWS_SIGN_EXECUTABLE }}
 | 
					      WINDOWS_SIGN_EXECUTABLE: ${{ env.WINDOWS_SIGN_EXECUTABLE }}
 | 
				
			||||||
      TRILIUM_ARTIFACT_NAME_HINT: TriliumNextNotes-${{ github.ref_name }}-${{ inputs.os }}-${{ inputs.arch }}
 | 
					      TRILIUM_ARTIFACT_NAME_HINT: TriliumNextNotes-${{ github.ref_name }}-${{ inputs.os }}-${{ inputs.arch }}
 | 
				
			||||||
    run: echo $APPLE_ID && pnpm nx --project=@triliumnext/desktop electron-forge:make -- --arch=${{ inputs.arch }} --platform=${{ inputs.forge_platform }}
 | 
					    run: pnpm nx --project=@triliumnext/desktop electron-forge:make -- --arch=${{ inputs.arch }} --platform=${{ inputs.forge_platform }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Add DMG signing step
 | 
					  # Add DMG signing step
 | 
				
			||||||
  - name: Sign DMG
 | 
					  - name: Sign DMG
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -28,8 +28,6 @@ const macosSignConfiguration = process.env.APPLE_ID ? {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
} : undefined;
 | 
					} : undefined;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
console.log("Got env ", process.env);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
module.exports = {
 | 
					module.exports = {
 | 
				
			||||||
    outDir: "out",
 | 
					    outDir: "out",
 | 
				
			||||||
    // Documentation of `packagerConfig` options: https://electron.github.io/packager/main/interfaces/Options.html
 | 
					    // Documentation of `packagerConfig` options: https://electron.github.io/packager/main/interfaces/Options.html
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user