Skip to content

Commit

Permalink
Merge pull request #130 from arkedge/release-new-bins
Browse files Browse the repository at this point in the history
Release new binaries
  • Loading branch information
sksat authored Nov 19, 2024
2 parents ea4e7d4 + 3b040da commit c4b4939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Rename binaries
run: |
mkdir bin
kble_bins=("kble" "kble-c2a" "kble-eb90" "kble-serialport")
kble_bins=("kble" "kble-c2a" "kble-dump" "kble-eb90" "kble-serialport" "kble-tcp")
for b in "${kble_bins[@]}" ; do
cp "./target/${{ matrix.target }}/release/${b}" "./bin/${b}-${{ matrix.target }}"
done
Expand Down

0 comments on commit c4b4939

Please sign in to comment.