We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5559eeb commit 95963b6Copy full SHA for 95963b6
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Zip release
34
id: zip-release
35
- run: zip -j build.zip target/release/codeinput
+ run: zip -j build.zip target/release/ci
36
37
- name: Artifact Production
38
id: create-artifact
0 commit comments