mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
fix binstall
This commit is contained in:
parent
3f127f5fcb
commit
08944223be
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -88,7 +88,7 @@ jobs:
|
|||
bin: dx
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
target: ${{ matrix.platform.target }}
|
||||
archive: dx-${{ matrix.platform.target }}${{ env.RELEASE_TAG }}
|
||||
archive: $bin-$target-${{ env.RELEASE_TAG }}
|
||||
checksum: sha256
|
||||
manifest_path: packages/cli/Cargo.toml
|
||||
ref: refs/tags/${{ env.RELEASE_TAG }}
|
||||
|
|
|
@ -114,7 +114,7 @@ name = "dx"
|
|||
tempfile = "3.3"
|
||||
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/dx-{ target }{ archive-suffix }"
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/dx-{ target }-{ archive-suffix }"
|
||||
|
||||
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
|
||||
pkg-fmt = "zip"
|
||||
|
|
Loading…
Reference in a new issue