mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-30 20:41:33 +08:00 
			
		
		
		
	Revert "chore(nx/forge): add some debug logging for env"
This reverts commit 575f38e6e024cd21319f5c702a782747fc9e3d0f.
This commit is contained in:
		
							parent
							
								
									543d61590f
								
							
						
					
					
						commit
						00806841ab
					
				
							
								
								
									
										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
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran