Skip to content

Commit

Permalink
FIX: Signtool
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 23, 2022
1 parent 27fe33d commit 9da6338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,9 @@ jobs:

- name: Check installer signing (Windows)
if: ${{ runner.os == 'Windows' && github.event_name != 'pull_request' }}
shell: cmd
run: |
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\signtool.exe" verify /pa /v $MNE_INSTALLER_NAME
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\signtool.exe" verify /pa /v .\%MNE_INSTALLER_NAME%
- name: Run installer (macOS Intel)
if: ${{ runner.os == 'macOS' && matrix.arch == 'x86_64' }}
Expand Down

0 comments on commit 9da6338

Please sign in to comment.