From 268eee8736c420196ff9033059ebd95bda3f7071 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Sat, 21 Dec 2024 16:13:28 -0800 Subject: [PATCH] Clarify manual instructions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bcdc96ba..8f204718 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,8 @@ We use Todesktop to build and codesign our distributables. To make a new release 1. Check the Github action "Publish All" runs. It should update the release body with Download links when it is finished. 1. Test the build, and if it looks good release it on ToDesktop. Also mark the release as "Latest". +If a build fails for some reason, you can manually retry by running the "Publish All" GH action with a release tag as input. + ### Publish Locally Follow the above steps for local development setup first.