Skip to content

Commit

Permalink
fix(ci): use correct binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
bloznelis committed Oct 13, 2024
1 parent e500b73 commit 956f6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build archive
shell: bash
run: |
binary_name="crowbar"
binary_name="krowbar"
dirname="$binary_name-${{ env.VERSION }}-x86_64-linux-gnu"
mkdir "$dirname"
mv "target/x86_64-unknown-linux-gnu/release/$binary_name" "$dirname"
Expand Down

0 comments on commit 956f6f3

Please sign in to comment.