We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44b5936 + baa2f70 commit abba3d7Copy full SHA for abba3d7
.github/workflows/release-packages.yaml
@@ -153,7 +153,7 @@ jobs:
153
uses: microsoft/[email protected]
154
- name: Setup code sign environment
155
run: |
156
- echo "$(Split-Path -Path $(Get-ChildItem -Path ${env:ProgramFiles(x86)} -Recurse -Filter 'signtool.exe' | Where-Object FullName -like '*10.0.*\x64\signtool.exe').FullName)" >> $env:GITHUB_PATH
+ echo "$(Split-Path -Path $(Get-ChildItem -Path "${env:ProgramFiles(x86)}\Windows Kits\10\App Certification Kit\signtool.exe"))" >> $env:GITHUB_PATH
157
echo "pfxcert=$([string](Get-Location)+'\CodeSignCertificate.pfx')" >> $env:GITHUB_ENV
158
- name: Prepare ccache
159
uses: actions/cache@v2
0 commit comments