Skip to content

Commit

Permalink
Split Windows X86 and X64 installers (#1248)
Browse files Browse the repository at this point in the history
IB-7921

Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma authored Feb 27, 2024
1 parent d6c7bfe commit fb81c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
repo: open-eid/libdigidocpp
- name: Install artifact
run: |
Rename-Item "libdigidocpp*VS${{ matrix.vcver }}.msi" libdigidocpp.msi
Rename-Item "libdigidocpp*VS${{ matrix.vcver }}.x64.msi" libdigidocpp.msi
msiexec /qn /a libdigidocpp.msi "TARGETDIR=$($pwd.Path)\\libs"
- name: Prepare vcpkg
uses: lukka/run-vcpkg@v7
Expand Down

0 comments on commit fb81c88

Please sign in to comment.