Skip to content

Commit 23de1a9

Browse files
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

Lines changed: 2 additions & 1 deletion
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)