Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to separate the build and publishing steps? #5192

Closed
billiegoose opened this issue Jul 31, 2020 · 2 comments
Closed

Is it possible to separate the build and publishing steps? #5192

billiegoose opened this issue Jul 31, 2020 · 2 comments
Labels

Comments

@billiegoose
Copy link

billiegoose commented Jul 31, 2020

I've read through #1102 (comment) and https://www.electron.build/#pack-only-in-a-distributable-format but it's still clear as dirt to me. What I want is a 3-step CI workflow like this:

jobs:
  - build                # Step 1: make .exe, .dmg, etc and save as CircleCI artifacts and / or cache them
  - allow_publish:       # Step 2: QA tests out .exe, .dmg and approves them
      type: approval
      requires: [build]
  - publish:             # Step 3: the .exe, .dmg, etc from the `build` step get published.
      requires: [allow_publish]

But I don't see how to run electron-builder --publish so that it re-uses the already built .exe, .dmg, etc.

@stale
Copy link

stale bot commented Sep 30, 2020

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the backlog label Sep 30, 2020
@stale stale bot closed this as completed Oct 7, 2020
@gnarea
Copy link

gnarea commented May 6, 2021

Did you manage to make this work @wmhilton?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants