We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fad022 commit ea9afe9Copy full SHA for ea9afe9
.github/workflows/test.yaml
@@ -115,7 +115,7 @@ jobs:
115
touch /tmp/ev_cert.pem
116
chmod 600 /tmp/ev_cert.pem
117
echo "$EV_SIGNING_CERT" > /tmp/ev_cert.pem
118
- wget https://github.com/ebourg/jsign/releases/download/6.0/jsign-6.0.jar -O /tmp/jsign-5.0.jar
+ wget https://github.com/ebourg/jsign/releases/download/6.0/jsign-6.0.jar -O /tmp/jsign-6.0.jar
119
env:
120
EV_SIGNING_CERT: ${{ secrets.EV_SIGNING_CERT }}
121
0 commit comments