Merge pull request #8542 from cli/andyfeller-patch-1
Remove redundant MSI signing environment variables typo
This commit is contained in:
commit
b8a1ff6e70
1 changed files with 0 additions and 3 deletions
3
.github/workflows/deployment.yml
vendored
3
.github/workflows/deployment.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue