Skip to content

Commit c07fb71

Browse files
authored
Update release.yml
1 parent 28cfc53 commit c07fb71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
RUSTFLAGS: ${{ matrix.rustflags }}
142142
- name: Rename binary (Unix)
143143
if: matrix.os != 'windows-latest'
144-
run: mv "target/${{ matrix.target_triple }}/distribution/rq" target/distribution/rq-${{ matrix.target_triple }}
144+
run: mv -f "target/${{ matrix.target_triple }}/distribution/rq" target/distribution/rq-${{ matrix.target_triple }}
145145
- name: Rename binary (Windows)
146146
if: matrix.os == 'windows-latest'
147147
run: mv -Force "target/${{ matrix.target_triple }}/distribution/rq.exe" target/distribution/rq-${{ matrix.target_triple }}.exe

0 commit comments

Comments
 (0)