From f745cccd69796448133113d68f9217e95fa259f7 Mon Sep 17 00:00:00 2001 From: Kasper Date: Thu, 20 Aug 2020 11:29:26 +0200 Subject: [PATCH] Correct readme instructions for releasing new version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e8b4d3..260887f 100644 --- a/README.md +++ b/README.md @@ -205,4 +205,6 @@ The compiled binaries will now be available inside `target//release/`. T ``` cargo publish ``` -6. Create GitHub release with release notes and attach binaries +6. Publish on GitHub + 1. Zip the binaries and rename them like `cpc-v1.0.0-darwin-x64` + 2. Create GitHub release with release notes and attach the zipped binaries