Fix release url on cli

This commit is contained in:
Jonathan Kelley 2024-03-27 09:52:35 -07:00
parent 08944223be
commit b499ebe5bd
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -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 }}