Skip to content

Commit 557daad

Browse files
committed
a
1 parent 3e4c44f commit 557daad

1 file changed

Lines changed: 19 additions & 12 deletions

File tree

.github/workflows/ape.yml

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,31 @@ jobs:
3535
runs-on: ubuntu-24.04
3636
needs: build
3737
steps:
38-
- name: Download all workflow run artifacts
39-
uses: actions/download-artifact@v5
40-
- run: find .
41-
- run: eactest.com
38+
- uses: actions/download-artifact@v5
39+
- run: ./eactest.com
4240
- run: openssl ecparam -out ZZATCVCA00001.pem -name prime192v1 -genkey -param_enc explicit
4341
- run: openssl pkcs8 -topk8 -nocrypt -in ZZATCVCA00001.pem -outform DER -out ZZATCVCA00001.pkcs8
44-
- run: cvc-create.com --role=cvca --type=at --chr=ZZATCVCA00001 --expires=`date --date="next year" "+%^y%^m%^d"` --sign-with=ZZATCVCA00001.pkcs8 --scheme=ECDSA_SHA_256 --rid
45-
- run: cvc-print.com --help
42+
- run: ./cvc-create.com --role=cvca --type=at --chr=ZZATCVCA00001 --expires=`date --date="next year" "+%^y%^m%^d"` --sign-with=ZZATCVCA00001.pkcs8 --scheme=ECDSA_SHA_256 --rid
43+
- run: find .
44+
- run: ./cvc-print.com --help
4645

4746
test-macos:
4847
runs-on: macos-14
4948
needs: build
5049
steps:
51-
- name: Download all workflow run artifacts
52-
uses: actions/download-artifact@v5
53-
- run: find .
54-
- run: eactest.com
50+
- uses: actions/download-artifact@v5
51+
- run: ./eactest.com
5552
- run: openssl ecparam -out ZZATCVCA00001.pem -name prime192v1 -genkey -param_enc explicit
5653
- run: openssl pkcs8 -topk8 -nocrypt -in ZZATCVCA00001.pem -outform DER -out ZZATCVCA00001.pkcs8
57-
- run: cvc-create.com --role=cvca --type=at --chr=ZZATCVCA00001 --expires=`date --date="next year" "+%^y%^m%^d"` --sign-with=ZZATCVCA00001.pkcs8 --scheme=ECDSA_SHA_256 --rid
58-
- run: cvc-print.com --help
54+
- run: ./cvc-create.com --role=cvca --type=at --chr=ZZATCVCA00001 --expires=`date --date="next year" "+%^y%^m%^d"` --sign-with=ZZATCVCA00001.pkcs8 --scheme=ECDSA_SHA_256 --rid
55+
- run: find .
56+
- run: ./cvc-print.com --help
57+
58+
test-windows:
59+
runs-on: windows-2025
60+
needs: build
61+
steps:
62+
- uses: actions/download-artifact@v5
63+
- run: eactest.com
64+
- run: ./cvc-create.com --help
65+
- run: ./cvc-print.com --help

0 commit comments

Comments
 (0)