Use correct file name for Windows release
This commit is contained in:
parent
72f3c16520
commit
3b7eddc9e0
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
||||||
mkdir target/stage
|
mkdir target/stage
|
||||||
cd target/${{ matrix.target }}/release
|
cd target/${{ matrix.target }}/release
|
||||||
strip ${{ env.CRATE_NAME }}.exe
|
strip ${{ env.CRATE_NAME }}.exe
|
||||||
7z a ../../stage/${{ env.CRATE_NAME }}-${{ steps.extract_tag.outputs.tag }}-${{ matrix.target }} ${{ env.CRATE_NAME }}.exe
|
7z a ../../stage/${{ env.CRATE_NAME }}-${{ steps.extract_tag.outputs.tag }}-${{ matrix.name }} ${{ env.CRATE_NAME }}.exe
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
- name: Post Setup | Prepare artifacts [-nix]
|
- name: Post Setup | Prepare artifacts [-nix]
|
||||||
|
|
Loading…
Reference in a new issue