Skip to content

Commit

Permalink
fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
akhildevelops committed Dec 18, 2024
1 parent de71a3b commit 5456189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --bin cli --features clap
args: --release --bin fake --features clap
- name: Upload Bin Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5456189

Please sign in to comment.