Skip to content

Commit 3917232

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

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

455453
# Upload signed package

0 commit comments

Comments
 (0)