Compare commits

...

5 Commits

Author SHA1 Message Date
David Baker
c4cac461c2 Try just downloading the installer
rather than the zip file
2025-07-02 18:05:31 +01:00
David Baker
3803e407ef Try recursing
108 comes in its own dir for some reason
2025-07-02 17:52:40 +01:00
David Baker
e8a88818b7 Use the zip file 2025-07-02 14:08:35 +01:00
David Baker
8bc8b01eb6 Try 1.0.8
the one from ssl.com
2025-07-02 13:52:15 +01:00
David Baker
38d815bf01 Try esigner 1.0.7
ssl.com says the latest is 1.0.8 but that's marked as pre-release
on github (and is a different build number) so... let's go with 1.0.7
I guess. It's not entirely clear why we use the github link rather than
downloading from ssl.com.
2025-07-02 13:43:47 +01:00

View File

@@ -146,10 +146,8 @@ jobs:
run: |
Set-StrictMode -Version 'Latest'
# Download, extract, and rename
Invoke-WebRequest -OutFile eSigner_CKA.zip "$env:ESIGNER_URL"
Expand-Archive -Path eSigner_CKA.zip -DestinationPath .
Get-ChildItem -Path * -Include "*_build_*.exe" | Rename-Item -NewName eSigner_CKA.exe
# Download installer
Invoke-WebRequest -OutFile eSigner_CKA.exe "$env:ESIGNER_URL"
# Install
New-Item -ItemType Directory -Force -Path "$env:INSTALL_DIR"
@@ -181,7 +179,7 @@ jobs:
echo "ED_SIGNTOOL_THUMBPRINT=$Thumbprint" >> $env:GITHUB_ENV
echo "ED_SIGNTOOL_SUBJECT_NAME=$SubjectName" >> $env:GITHUB_ENV
env:
ESIGNER_URL: https://github.com/SSLcom/eSignerCKA/releases/download/v1.0.6/SSL.COM-eSigner-CKA_1.0.6.zip
ESIGNER_URL: https://app.esigner.com/documents/1589b50d-2e30-452f-a40c-3b81661f95b4/final
INSTALL_DIR: C:\Users\runneradmin\eSignerCKA
MASTER_KEY_FILE: C:\Users\runneradmin\eSignerCKA\master.key