Skip to content

Commit 95963b6

Browse files
committed
fix: release binary name
1 parent 5559eeb commit 95963b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Zip release
3434
id: zip-release
35-
run: zip -j build.zip target/release/codeinput
35+
run: zip -j build.zip target/release/ci
3636

3737
- name: Artifact Production
3838
id: create-artifact

0 commit comments

Comments
 (0)