Skip to content

Commit

Permalink
fix: signtool (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Nov 19, 2024
1 parent ba20a3a commit f4fcfec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,12 +423,13 @@ jobs:
run: |
$filename = (get-ChildItem installer -recurse | where {$_.name -like "*Setup*"}).Name
$jobname = $filename -replace ".{4}$"
dotnet signclient.dll sign `
-r ansyssigning@ansys.com `
.\Ansys.SignClient.exe sign `
--signUrl https://csign.ansys.com `
-r gh_signtool_account `
-s '${{ secrets.SIGNTOOL_PWD }}' `
-c AppSettings.json `
-n $jobname `
-i installer/$filename
-i installer/$filename `
-o installer/$filename
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f4fcfec

Please sign in to comment.