Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 23de1a9

Browse files
committedApr 1, 2025·
debug
1 parent d7aa604 commit 23de1a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@ jobs:
384384
yarn --cwd arduino-ide-extension build
385385
yarn --cwd electron-app rebuild
386386
yarn --cwd electron-app build
387-
yarn --cwd electron-app package
387+
export DEBUG=electron-builder DEBUG_DMG=true
388+
DEBUG=electron-builder DEBUG_DMG=true yarn --cwd electron-app package
388389
389390
# Both macOS jobs generate a "channel update info file" with same path and name. The second job to complete would
390391
# overwrite the file generated by the first in the workflow artifact.

0 commit comments

Comments
 (0)
Please sign in to comment.