Skip to content

Commit

Permalink
fix add .exe suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Feb 28, 2024
1 parent fdfccb0 commit 2b502c7
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 @@ -104,7 +104,7 @@ jobs:
- name: Rename binary
run: |
mkdir bin
cp "./target/${{ env.TARGET }}/release/kble-serialport" "./bin/kble-serialport-${{ env.TARGET }}"
cp "./target/${{ env.TARGET }}/release/kble-serialport.exe" "./bin/kble-serialport-${{ env.TARGET }}.exe"
ls -lh ./bin
- uses: actions/[email protected]
Expand Down

0 comments on commit 2b502c7

Please sign in to comment.