We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc28c3 commit 8e86a16Copy full SHA for 8e86a16
1 file changed
README.md
@@ -10,6 +10,18 @@ The primary goals are, in order of priority:
10
11
## Supported releases
12
13
+This action only supports installing from releases where the release:
14
+
15
+- is tagged with the full `{major}.{minor}.{patch}` semantic version
16
+- contains raw binary assets (archives not supported)
17
+- assets are labeled ending with the binary's [target triple]
18
19
+You can create compatible releases with [semantic-release], using a workflow like this [semantic-release Rust action].
20
21
+[semantic-release]: https://github.com/semantic-release/semantic-release
22
+[semantic-release rust action]: https://github.com/ericcrosson/rust-action
23
+[target triple]: https://doc.rust-lang.org/nightly/rustc/platform-support.html
24
25
## Use
26
27
Use this action in a step:
0 commit comments