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 511716f commit 1fdba25Copy full SHA for 1fdba25
.github/workflows/upload.yml
@@ -35,13 +35,13 @@ jobs:
35
- name: Build and upload binaries
36
uses: taiki-e/upload-rust-binary-action@v1
37
with:
38
- bin: codesnap-cli
+ bin: codesnap
39
include: LICENSE,README.md
40
target: ${{ matrix.target }}
41
tar: unix
42
zip: windows
43
token: ${{ secrets.PAT }}
44
- archive: $bin_$tag_$target
+ archive: $bin-cli_$tag_$target
45
46
release-formula:
47
needs: upload-assets
cli/Cargo.toml
@@ -20,3 +20,6 @@ indicatif = "0.17.9"
20
rand = "0.8.5"
21
serde = "1.0.217"
22
serde_json = "1.0.132"
23
+
24
+[package.metadata.binstall]
25
+pkg-fmt = "tar.gz"
0 commit comments