File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ jobs:
6464 certificateContents : ${{ secrets.DRAGONFRUIT_CERT_2026 }}
6565 certificatePassword : ${{ secrets.DRAGONFRUIT_CERT_2026_PASSWORD }}
6666 run : |
67- echo $env:certificateContents > $env:USERPROFILE\dragonfruit .pfx.b64
68- certutil -decode $env:USERPROFILE\dragonfruit .pfx.b64 $env:USERPROFILE\dragonfruit .pfx
67+ echo $env:certificateContents > $env:USERPROFILE\dragonfruit2 .pfx.b64
68+ certutil -decode $env:USERPROFILE\dragonfruit2 .pfx.b64 $env:USERPROFILE\dragonfruit2 .pfx
6969
7070 $signTool = Join-Path -Path ${env:ProgramFiles(x86)} -ChildPath "Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe"
71- & $signTool sign /as /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
71+ & $signTool sign /as /f $env:USERPROFILE\dragonfruit2 .pfx /p $env:certificatePassword /fd SHA256 /td SHA256 /tr http://timestamp.digicert.com /as /v ${{ env.build-output }}\DragonFruit.Kaplan.exe
7272
7373 - name : Rename Executable
7474 run : |
You can’t perform that action at this time.
0 commit comments