Skip to content

Commit

Permalink
update publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored Aug 18, 2024
1 parent 00d0ecb commit 985479e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
certificateContents: ${{ secrets.DRAGONFRUIT_CERT_CONTENTS }}
certificatePassword: ${{ secrets.DRAGONFRUIT_CERT_PASSWORD }}
run: |
echo $env:certificateContents > $env:USERPROFILE\dragonfruit.pfx
echo $env:certificateContents > $env:USERPROFILE\dragonfruit.pfx.b64
certutil -decode $env:USERPROFILE\dragonfruit.pfx.b64 $env:USERPROFILE\dragonfruit.pfx
$signTool = Join-Path -Path ${env:ProgramFiles(x86)} -ChildPath "Windows Kits\10\bin\10.0.22000.0\x64\signtool.exe"
& $signTool sign /f $env:USERPROFILE\dragonfruit.pfx /p $env:certificatePassword /fd SHA256 /td SHA256 /tr http://timestamp.digicert.com /as /v ${{ env.build-output }}\DragonFruit.Kaplan.exe
Expand Down

0 comments on commit 985479e

Please sign in to comment.