Skip to content

Commit

Permalink
json release param
Browse files Browse the repository at this point in the history
  • Loading branch information
bud3699 authored Dec 15, 2024
1 parent f9f95e3 commit 13bb8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Submit-To-SignPath.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
wait-for-completion: true
output-artifact-directory: 'SignedArtifacts'
parameters: |
Version: ${{ matrix.configuration }}
Version: ${{ toJSON(matrix.configuration) }}
Release_Tag: "${{ env.RELEASE_TAG }}"
- name: Verify Signed Artifacts
run: dir 'SignedArtifacts'
run: dir 'SignedArtifacts'

0 comments on commit 13bb8cc

Please sign in to comment.