We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e2b46 commit a3d2ae4Copy full SHA for a3d2ae4
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
pull-requests: read
66
with:
67
service-name: enva
68
- binary-name: client
+ binary-name: enva
69
binary-path: crates/client
70
prerelease: ${{ needs.check-labels.outputs.prerelease == 'true' }}
71
github-release: ${{ needs.check-labels.outputs.github-release == 'true' }}
crates/client/Cargo.toml
@@ -1,5 +1,5 @@
1
[package]
2
-name = "enva-client"
+name = "enva"
3
version = "1.0.0"
4
edition = "2024"
5
license = "MIT"
0 commit comments