Skip to content

Commit

Permalink
Fix release url on cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Mar 27, 2024
1 parent 0894422 commit b499ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b499ebe

Please sign in to comment.