Skip to content

Commit 0f35414

Browse files
committed
fixup! chore: fix release process
1 parent 55614c7 commit 0f35414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
$ErrorActionPreference = "Stop"
7676
7777
$env:EV_CERTIFICATE_PATH = Join-Path $env:TEMP "ev_cert.pem"
78+
Set-Content -Path $env:EV_CERTIFICATE_PATH -Value $env:EV_SIGNING_CERT
7879
$env:JSIGN_PATH = Join-Path $env:TEMP "jsign-6.0.jar"
7980
Invoke-WebRequest -Uri "https://github.com/ebourg/jsign/releases/download/6.0/jsign-6.0.jar" -OutFile $env:JSIGN_PATH
8081

0 commit comments

Comments
 (0)