mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +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 }}
|
||||
WINDOWS_SIGN_EXECUTABLE: ${{ env.WINDOWS_SIGN_EXECUTABLE }}
|
||||
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
|
||||
- name: Sign DMG
|
||||
|
@ -28,8 +28,6 @@ const macosSignConfiguration = process.env.APPLE_ID ? {
|
||||
}
|
||||
} : undefined;
|
||||
|
||||
console.log("Got env ", process.env);
|
||||
|
||||
module.exports = {
|
||||
outDir: "out",
|
||||
// Documentation of `packagerConfig` options: https://electron.github.io/packager/main/interfaces/Options.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user