Merge pull request #8542 from cli/andyfeller-patch-1

Remove redundant MSI signing environment variables typo
This commit is contained in:
Andy Feller 2024-01-08 08:59:48 -05:00 committed by GitHub
commit b8a1ff6e70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,9 +215,6 @@ jobs:
Get-ChildItem -Path .\dist -Filter *.msi | ForEach-Object {
.\script\sign.ps1 $_.FullName
}
env:
CERT_FILE: ${{ steps.obtain_cert.outputs.cert-file }}
CERT_PASSWORD: ${{ secrets.WINDOWS_CERT_PASSWORD }}
- uses: actions/upload-artifact@v3
with:
name: windows