-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Only first artifact is uploaded to GitHub #1133
Comments
Does it work for 11.4.4? |
Confirmed, this still happens in 11.4.4 CI Builds: Release on GitHub: package.json app/package.json |
You set draft to false, but artifacts are not published for non-draft github release. So, first CI creates release and upload, but second cannot. To be fixed. |
Is there a timeline for this being fixed, or is there a workaround I can do until then? |
@blainesch Right now I review change before push :) |
Super quick, thanks :D |
It will be released as 11.5.0 in 30 minutes (if CI will be green ;)). |
]: It's still not uploading them all https://travis-ci.org/tinytacoteam/zazu/builds/193498058 You can see in the output it's installing 11.5.0 |
@blainesch Please try 11.5.2 and set env DEBUG=electron-builder |
@blainesch Why do you use draft: false? It leads to issue: one CI publishes release, but another CI is still not yet upload artifacts. Why don't you want to follow default workflow and publish release (edit release -> publish) manually? https://electron-builder.slack.com/archives/general/p1485961449000202 |
@develar mostly preference. If it would work without the draft I'll turn it off. |
@blainesch Please to remove |
@blainesch Does it work for you? |
Yes removing the flag fixed the issue. |
build --x64 --publish onTagOrDraft
Setup
I am having Travis CI run mac and linux, and appveyor run windows.
Expected Behavior
When I push a tag it to create a release on github and upload the 3 artifacts.
Actual Behavior
The first CI job that finishes uploads the artifact, and the others do not.
Additional Information
I have deleted the release on github multiple times to run each job individually, the first one to finish is always the one to upload the artifact, while the others do not upload. I am working on this branch trying to push a dummy version
0.3.2-beb
to make sure it works before merging.The text was updated successfully, but these errors were encountered: