File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ jobs:
293293 - name : Code Sign 64
294294 if : success() && github.event_name != 'pull_request'
295295 run : |
296- & 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.20348 .0/x64/signtool.exe' sign /f certificate\certificate.pfx /p '${{ secrets.WINDOWS_CSC_PASS }}' /t http://timestamp.comodoca.com/authenticode .\release\${{ needs.check-event.outputs.config }}\${{ steps.setup.outputs.pluginName }}\bin\64bit\${{ steps.setup.outputs.pluginName }}.dll
296+ & 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100 .0/x64/signtool.exe' sign /fd SHA256 /f certificate\certificate.pfx /p '${{ secrets.WINDOWS_CSC_PASS }}' /t http://timestamp.comodoca.com/authenticode .\release\${{ needs.check-event.outputs.config }}\${{ steps.setup.outputs.pluginName }}\bin\64bit\${{ steps.setup.outputs.pluginName }}.dll
297297
298298 - name : Package Plugin 📀
299299 uses : ./.github/actions/package-plugin
@@ -305,7 +305,7 @@ jobs:
305305 - name : Code Sign Installer
306306 if : success() && github.event_name != 'pull_request'
307307 run : |
308- & 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.20348 .0/x64/signtool.exe' sign /f certificate\certificate.pfx /p '${{ secrets.WINDOWS_CSC_PASS }}' /t http://timestamp.comodoca.com/authenticode ./release/${{ steps.setup.outputs.pluginName }}-${{ steps.setup.outputs.pluginVersion }}-windows-x64-Installer.exe
308+ & 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100 .0/x64/signtool.exe' sign /fd SHA256 /f certificate\certificate.pfx /p '${{ secrets.WINDOWS_CSC_PASS }}' /t http://timestamp.comodoca.com/authenticode ./release/${{ steps.setup.outputs.pluginName }}-${{ steps.setup.outputs.pluginVersion }}-windows-x64-Installer.exe
309309
310310 - name : Upload Artifacts 📡
311311 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments