Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
V0ldek committed Jan 10, 2024
1 parent c07fb71 commit 7af1dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -141,7 +141,7 @@ jobs:
RUSTFLAGS: ${{ matrix.rustflags }}
- name: Rename binary (Unix)
if: matrix.os != 'windows-latest'
run: mv -f "target/${{ matrix.target_triple }}/distribution/rq" target/distribution/rq-${{ matrix.target_triple }}
run: rm -f target/distribution/rq-${{ matrix.target_triple }} && mv -f "target/${{ matrix.target_triple }}/distribution/rq" target/distribution/rq-${{ matrix.target_triple }}
- name: Rename binary (Windows)
if: matrix.os == 'windows-latest'
run: mv -Force "target/${{ matrix.target_triple }}/distribution/rq.exe" target/distribution/rq-${{ matrix.target_triple }}.exe
Expand Down

0 comments on commit 7af1dd2

Please sign in to comment.