Fix build pipeline
This commit is contained in:
parent
6cc07f5bac
commit
bbfa313804
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
run: pwsh -command ".\$GITHUB_WORKSPACE\create_msi.ps1"
|
run: pwsh -command ".\$GITHUB_WORKSPACE\create_msi.ps1"
|
||||||
- name: Sign msi with PowerShell Script
|
- name: Sign msi with PowerShell Script
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: .\$GITHUB_WORKSPACE\sign_files.ps1 -Path .\$GITHUB_WORKSPACE\Files -CertPath .\$GITHUB_WORKSPACE\codeSigningCert.pfx -CertPwd $env:SUPER_SECRET
|
run: powershell -file .\$GITHUB_WORKSPACE\sign_files.ps1 -Path .\$GITHUB_WORKSPACE\Files -CertPath .\$GITHUB_WORKSPACE\codeSigningCert.pfx -CertPwd $env:certificatepassword
|
||||||
- name: Upload files artifact
|
- name: Upload files artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue