Copy InnoSetup outputs to artifacts directory for Windows builds

This commit is contained in:
nullchinchilla 2024-05-08 13:39:52 -04:00
parent 4b7b2f7d57
commit ad7fd178f4

View file

@ -78,6 +78,7 @@ jobs:
choco install innosetup
cp target/${{ matrix.target }}/release/geph5-client-gui packaging/windows
iscc packaging/windows/setup.iss
cp packaging/windows/Output/* artifacts/${{ matrix.dir }}/
- name: Move client GUI binaries to artifacts directory
if: matrix.dir != 'musl'