We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ddc2d commit eedeb93Copy full SHA for eedeb93
.github/workflows/build.yml
@@ -373,8 +373,7 @@ jobs:
373
374
yarn --cwd electron-app rebuild
375
yarn --cwd electron-app build
376
- yarn --cwd electron-app
377
-
+ yarn --cwd electron-app package
378
# Both macOS jobs generate a "channel update info file" with same path and name. The second job to complete would
379
# overwrite the file generated by the first in the workflow artifact.
380
- name: Stage channel file for merge
0 commit comments