mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Fix release url on cli
This commit is contained in:
parent
08944223be
commit
b499ebe5bd
1 changed files with 1 additions and 1 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: $bin-$target-${{ env.RELEASE_TAG }}
|
||||
archive: $bin-$target
|
||||
checksum: sha256
|
||||
manifest_path: packages/cli/Cargo.toml
|
||||
ref: refs/tags/${{ env.RELEASE_TAG }}
|
||||
|
|
Loading…
Reference in a new issue