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 477ab9f commit e71649dCopy full SHA for e71649d
.github/workflows/main.yml
@@ -33,7 +33,8 @@ jobs:
33
34
- name: Download DBs
35
run: |
36
- curl -sOJ --output-dir latest-certs https://ccadb.my.salesforce-sites.com/ccadb/AllCertificateRecordsCSVFormatv2
+ ls -l
37
+ curl -sOJ --create-dirs --output-dir latest-certs https://ccadb.my.salesforce-sites.com/ccadb/AllCertificateRecordsCSVFormatv2
38
curl -sOJ --output-dir latest-certs https://ccadb.my.salesforce-sites.com/mozilla/MozillaIntermediateCertsCSVReport
39
curl -sOJ --output-dir latest-certs https://ccadb.my.salesforce-sites.com/mozilla/PublicAllIntermediateCertsWithPEMCSV
40
mv latest-certs/certificates-new.tgz latest-certs/certificates-old.tgz
0 commit comments