Prepare deployment on master branch#3931
Conversation
We added steps to the GitHub Actions workflows in rust-lang#3909 to upload the build artifacts for the `master` branch as well as for the `stable` branch. But the scripts that prepare the `deploy/` directory were not set to run on `master`, causing the builds to fail.
|
@jdno Just being curious: will this allow some sort of publicly available "thunk" builds? Because that will also be a good move towards better transparency if it does :) |
|
Do you mean that users will be able to install builds from the |
Moved to #3932. |
We added steps to the GitHub Actions workflows in #3909 to upload the build artifacts for the
masterbranch as well as for thestablebranch. But the scripts that prepare thedeploy/directory were not set to run onmaster, causing the builds to fail.