Skip to content

Commit 44a6426

Browse files
committed
fix: add os target
1 parent 048e366 commit 44a6426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
shell: bash
5656
run: |
5757
# Replace with the name of your binary
58-
binary_name="fastedge-cli"
58+
binary_name="cli"
5959
6060
dirname="$binary_name-${{ env.VERSION }}-${{ matrix.target }}"
6161
mkdir "$dirname"

0 commit comments

Comments
 (0)