File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ jobs:
8080 ./bin/schemapin-keygen --help
8181
8282 # Test signing and verification
83- ./bin/schemapin-keygen --developer "Test Developer" --contact "test@example.com"
83+ ./bin/schemapin-keygen --developer "Test Developer" --contact "test@example.com" --prefix test_key
8484 echo '{"name": "test", "type": "object"}' > test_schema.json
85- ./bin/schemapin-sign --key private_key .pem --schema test_schema.json --output signed_schema.json
86- ./bin/schemapin-verify --schema signed_schema.json --public-key public_key .pem
85+ ./bin/schemapin-sign --key test_key_private .pem --schema test_schema.json --output signed_schema.json
86+ ./bin/schemapin-verify --schema signed_schema.json --public-key test_key_public .pem
8787
8888 - name : Cross-compile binaries
8989 run : |
You can’t perform that action at this time.
0 commit comments