Skip to content

Commit

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

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma committed Feb 12, 2024
1 parent d6c7bfe commit 43a988d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
workflow: build.yml
branch: master
branch: split
name: msi
path: ./
repo: open-eid/libdigidocpp
repo: metsma/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 43a988d

Please sign in to comment.