You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/actions/prepare-distribution/action.yml
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,27 @@ runs:
142
142
\`git tag -d unstable && git fetch origin tag unstable\`
143
143
EOF
144
144
145
+
- name: Download a binary asset
146
+
shell: bash
147
+
run: |
148
+
cat >> ./release-notes-addon.txt << EOF
149
+
150
+
## Download a binary asset
151
+
To simplify the installation and updating of Mithril binaries, we have created a one line installer that downloads and installs the Mithril binaries for you.
152
+
This installer is available for Linux and macOS and supports the Mithril signer, Mithril aggregator, and Mithril client CLI.
153
+
154
+
### Examples of the one line installer
155
+
156
+
- Download the **Mithril signer** in the current directory:
0 commit comments