We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e95497 commit 9291bdbCopy full SHA for 9291bdb
.github/workflows/release.yml
@@ -68,8 +68,7 @@ jobs:
68
- uses: taiki-e/upload-rust-binary-action@v1
69
with:
70
bin: git-semver-tags
71
- # The tag name contains the binary name so just use that.
72
- archive: $tag-$target
+ archive: $bin-$tag-$target
73
target: ${{ matrix.target }}
74
tar: all
75
zip: windows
Cargo.toml
@@ -36,6 +36,6 @@ all-features = true
36
rustdoc-args = ["--cfg", "docsrs"]
37
38
[package.metadata.binstall]
39
-pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }-v{ version }{ archive-suffix }"
+pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"
40
bin-dir = "{ bin }{ binary-ext }"
41
pkg-fmt = "tgz"
0 commit comments