Skip to content

Commit

Permalink
fix: add os target
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanti committed Aug 5, 2024
1 parent 048e366 commit 44a6426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
shell: bash
run: |
# Replace with the name of your binary
binary_name="fastedge-cli"
binary_name="cli"
dirname="$binary_name-${{ env.VERSION }}-${{ matrix.target }}"
mkdir "$dirname"
Expand Down

0 comments on commit 44a6426

Please sign in to comment.