Skip to content

Commit

Permalink
specify bash excplicitly to use real cp, ls command
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Feb 28, 2024
1 parent 2b502c7 commit 4987ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
cargo build --target=${{ env.TARGET }} -p kble-serialport --release --locked
- name: Rename binary
shell: bash
run: |
mkdir bin
cp "./target/${{ env.TARGET }}/release/kble-serialport.exe" "./bin/kble-serialport-${{ env.TARGET }}.exe"
Expand Down

0 comments on commit 4987ea7

Please sign in to comment.