mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Update msstore-submissions.yml (#19253)
This commit is contained in:
6
.github/workflows/msstore-submissions.yml
vendored
6
.github/workflows/msstore-submissions.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user