1
Fork 0

Use correct file name for Windows release

This commit is contained in:
Jan-Erik Rediger 2021-01-06 17:13:22 +01:00
parent 72f3c16520
commit 3b7eddc9e0

View file

@ -79,7 +79,7 @@ jobs:
mkdir target/stage
cd target/${{ matrix.target }}/release
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 -
- name: Post Setup | Prepare artifacts [-nix]