Update msstore-submissions.yml (#19253)

This commit is contained in:
Clint Rutkas
2022-07-08 10:44:28 -07:00
committed by GitHub
parent cfff0a2af8
commit c36a80dad5

View File

@@ -41,14 +41,14 @@ jobs:
"packageUrl":"${{ steps.releaseVars.outputs.powerToysInstallerX64Url }}", "packageUrl":"${{ steps.releaseVars.outputs.powerToysInstallerX64Url }}",
"languages":["zh-hans", "zh-hant", "en", "cs", "nl", "fr", "pt", "pt-br", "de", "hu", "it", "ja", "ko", "pl", "ru", "es", "tr"], "languages":["zh-hans", "zh-hant", "en", "cs", "nl", "fr", "pt", "pt-br", "de", "hu", "it", "ja", "ko", "pl", "ru", "es", "tr"],
"architectures":["X64"], "architectures":["X64"],
"installerParameters":"/passive /norestart", "installerParameters":"/quiet /norestart",
"isSilentInstall":true "isSilentInstall":true
}, },
{ {
"packageUrl":"${{ steps.releaseVars.outputs.powerToysInstallerArm64Url }}", "packageUrl":"${{ steps.releaseVars.outputs.powerToysInstallerArm64Url }}",
"languages":["zh-hans", "zh-hant", "en", "cs", "nl", "fr", "pt", "pt-br", "de", "hu", "it", "ja", "ko", "pl", "ru", "es", "tr"], "languages":["zh-hans", "zh-hant", "en", "cs", "nl", "fr", "pt", "pt-br", "de", "hu", "it", "ja", "ko", "pl", "ru", "es", "tr"],
"architectures":["Arm64"], "architectures":["Arm64"],
"installerParameters":"/passive /norestart", "installerParameters":"/quiet /norestart",
"isSilentInstall":true "isSilentInstall":true
} }
] ]
@@ -57,4 +57,4 @@ jobs:
- name: Publish Submission - name: Publish Submission
uses: microsoft/store-submission@v1 uses: microsoft/store-submission@v1
with: with:
command: publish command: publish