diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index f93ef50b5..d2a140bc9 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -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