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 f9f95e3 commit 13bb8ccCopy full SHA for 13bb8cc
.github/workflows/Submit-To-SignPath.yml
@@ -70,8 +70,8 @@ jobs:
70
wait-for-completion: true
71
output-artifact-directory: 'SignedArtifacts'
72
parameters: |
73
- Version: ${{ matrix.configuration }}
+ Version: ${{ toJSON(matrix.configuration) }}
74
Release_Tag: "${{ env.RELEASE_TAG }}"
75
76
- name: Verify Signed Artifacts
77
- run: dir 'SignedArtifacts'
+ run: dir 'SignedArtifacts'
0 commit comments