Skip to content

Commit b5383e8

Browse files
Update build-and-sign-sequential.yml
1 parent 93c6fff commit b5383e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-and-sign-sequential.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,10 @@ jobs:
446446
wait-for-completion: true
447447
output-artifact-directory: 'signed-output'
448448
parameters: |
449-
Version: ${{ env.RELEASE_TAG }}
450-
Platforms: "ARM64-VDD,x64-VDD-VAD,ControlApp,Installer"
449+
{
450+
"Version": "${{ env.RELEASE_TAG }}",
451+
"Platforms": "ARM64-VDD,x64-VDD-VAD,ControlApp,Installer"
452+
}
451453
continue-on-error: true
452454

453455
# Upload signed package

0 commit comments

Comments
 (0)