Skip to content

Commit

Permalink
Use correct name for mondoo.msi pre-arm64 builds (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbalinov authored Nov 5, 2024
1 parent 661291e commit d30e8ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pkg_msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,16 @@ jobs:
- name: Download MSI Package
uses: actions/download-artifact@v4
with:
name: msi-${{ matrix.arch }}
name: msi
path: dist
- name: Verify digital signature is valid
run: |
cd dist
Get-AuthenticodeSignature -FilePath .\\mondoo_${{ matrix.arch }}.msi
Get-AuthenticodeSignature -FilePath .\\mondoo.msi
- name: Install artifact
run: |
cd dist
msiexec /qn /i mondoo_${{ matrix.arch }}.msi
msiexec /qn /i mondoo.msi
- name: Verify the correct cnquery version is installed
run: |
$version=& 'C:\Program Files\Mondoo\cnquery.exe' version
Expand Down

0 comments on commit d30e8ff

Please sign in to comment.