Skip to content

Commit

Permalink
Problem: Windows release fails (#62)
Browse files Browse the repository at this point in the history
Solution: Use correct file names for windows
  • Loading branch information
devashishdxt authored Aug 27, 2021
1 parent 8575c1a commit d9f082a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Prepare release on windows
if: matrix.os == 'windows-latest'
run: |
cp ./target/release/libmnemonic_signer.dll ./release/${{ matrix.os }}/
cp ./target/release/libstdout_logger.dll ./release/${{ matrix.os }}/
cp ./target/release/mnemonic_signer.dll ./release/${{ matrix.os }}/
cp ./target/release/stdout_logger.dll ./release/${{ matrix.os }}/
cp ./target/release/solo-machine.exe ./release/${{ matrix.os }}/
Compress-Archive -Path ./release/${{ matrix.os }}/* -DestinationPath ./release/${{ matrix.os }}-${{ steps.get_version.outputs.version }}.zip
- name: Cleanup
Expand Down

0 comments on commit d9f082a

Please sign in to comment.