-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Publish assets for >= v0.2.2 release? #820
Comments
Looks like ci failed due to 9157f6e#diff-354f30a63fb0907d4ad57269548329e3L13 @mattico |
Just ran into this too. I'd also settle for an 0.2.3 release :) |
This issue is still relevant to 0.2.3 :( |
I opened PR #872 to get started fixing this. If that gets merged, the next steps are to update the deploy API keys. |
Thanks @ehuss! Let me know if I can help with anything. |
@ehuss the mentioned PR has been merged |
Binary assets are now working in the latest release: https://github.com/rust-lang-nursery/mdBook/releases/tag/v0.3.0 |
Currently, there is a v0.2.2 release in https://github.com/rust-lang-nursery/mdBook/releases, however there are no binary assets associated with it. This causes a common pattern of "check for the latest release, and install with
trust
" to fail.Could you please upload the assets for v0.2.2?
For the embedded working group, we've worked around this by pinning our CI to use v0.2.1, but we would like to revert this change. See here for the pattern I am referring to, and our workaround at the moment:
https://github.com/rust-embedded/book/blob/master/ci/install.sh#L4-L12
The text was updated successfully, but these errors were encountered: