Skip to content

Commit b77bc27

Browse files
committed
Merge branch 'main' into issue-662
2 parents 720e56d + c39f50e commit b77bc27

File tree

80 files changed

+4409
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+4409
-9
lines changed

.github/workflows/Build-OID4VP.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,20 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Run the build process with Docker
15-
run: |
14+
- name: 1.0 Run the build process with Docker
15+
run: |
1616
docker run \
17-
-v /${{ github.workspace }}:/data danielfett/markdown2rfc \
17+
-v /${{ github.workspace }}/1.0:/data danielfett/markdown2rfc \
1818
openid-4-verifiable-presentations-1_0.md
19+
- name: 1.1 Run the build process with Docker
20+
run: |
21+
docker run \
22+
-v /${{ github.workspace }}/1.1:/data danielfett/markdown2rfc \
23+
openid-4-verifiable-presentations-1_1.md
1924
- name: rename
2025
run: |
21-
mv ./openid-4-verifiable-presentations-1_0*.html ./openid-4-verifiable-presentations-wg-draft.html
26+
mv ./1.0/openid-4-verifiable-presentations-1_0*.html ./openid-4-verifiable-presentations-1_0-wg-draft.html && \
27+
mv ./1.1/openid-4-verifiable-presentations-1_1*.html ./openid-4-verifiable-presentations-1_1-wg-draft.html
2228
- uses: actions/upload-artifact@v4
2329
with:
2430
# Artifact name

examples/client_metadata/mso_mdoc_verifier_metadata.json renamed to 1.0/examples/client_metadata/mso_mdoc_verifier_metadata.json

File renamed without changes.

examples/client_metadata/sd_jwt_vc_verifier_metadata.json renamed to 1.0/examples/client_metadata/sd_jwt_vc_verifier_metadata.json

File renamed without changes.

examples/client_metadata/w3c_jwt_verifier_metadata.json renamed to 1.0/examples/client_metadata/w3c_jwt_verifier_metadata.json

File renamed without changes.

examples/client_metadata/w3c_ldp_verifier_metadata.json renamed to 1.0/examples/client_metadata/w3c_ldp_verifier_metadata.json

File renamed without changes.
File renamed without changes.

examples/digital_credentials_api/error_invalid_request.json renamed to 1.0/examples/digital_credentials_api/error_invalid_request.json

File renamed without changes.

0 commit comments

Comments
 (0)