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 ca65cf9 + 2459a7a commit f899754Copy full SHA for f899754
.github/workflows/release-packages.yaml
@@ -153,7 +153,7 @@ jobs:
153
uses: microsoft/setup-msbuild@v1.0.2
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.19041.0\x64\signtool.exe').FullName)" >> $env:GITHUB_PATH
+ 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
157
echo "pfxcert=$([string](Get-Location)+'\CodeSignCertificate.pfx')" >> $env:GITHUB_ENV
158
- name: Prepare ccache
159
uses: actions/cache@v2
0 commit comments