Skip to content

Commit 19a27b7

Browse files
committed
fix binary name in windows
1 parent d9ce94e commit 19a27b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
cd cli
121121
cargo build --release
122-
cd ./target/release && Compress-Archive -Path ./dbdev -Destination dbdev.zip
122+
cd ./target/release && Compress-Archive -Path ./dbdev.exe -Destination dbdev.zip
123123
124124
- name: Get Upload Url
125125
run: echo UPLOAD_URL=$(curl --silent https://api.github.com/repos/${{ github.repository }}/releases/latest | jq .upload_url --raw-output) >> $GITHUB_ENV

0 commit comments

Comments
 (0)