We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7aa604 commit 23de1a9Copy full SHA for 23de1a9
.github/workflows/build.yml
@@ -384,7 +384,8 @@ jobs:
384
yarn --cwd arduino-ide-extension build
385
yarn --cwd electron-app rebuild
386
yarn --cwd electron-app build
387
- yarn --cwd electron-app package
+ export DEBUG=electron-builder DEBUG_DMG=true
388
+ DEBUG=electron-builder DEBUG_DMG=true yarn --cwd electron-app package
389
390
# Both macOS jobs generate a "channel update info file" with same path and name. The second job to complete would
391
# overwrite the file generated by the first in the workflow artifact.
0 commit comments