We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cfc53 commit c07fb71Copy full SHA for c07fb71
1 file changed
.github/workflows/release.yml
@@ -141,7 +141,7 @@ jobs:
141
RUSTFLAGS: ${{ matrix.rustflags }}
142
- name: Rename binary (Unix)
143
if: matrix.os != 'windows-latest'
144
- run: mv "target/${{ matrix.target_triple }}/distribution/rq" target/distribution/rq-${{ matrix.target_triple }}
+ run: mv -f "target/${{ matrix.target_triple }}/distribution/rq" target/distribution/rq-${{ matrix.target_triple }}
145
- name: Rename binary (Windows)
146
if: matrix.os == 'windows-latest'
147
run: mv -Force "target/${{ matrix.target_triple }}/distribution/rq.exe" target/distribution/rq-${{ matrix.target_triple }}.exe
0 commit comments