File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 3939 echo powerToysInstallerX64Url=$(jq -n "$powerToysSetup" | jq -r '[.[]|select(.name | contains("x64"))][0].browser_download_url') >> $GITHUB_OUTPUT
4040 echo powerToysInstallerArm64Url=$(jq -n "$powerToysSetup" | jq -r '[.[]|select(.name | contains("arm64"))][0].browser_download_url') >> $GITHUB_OUTPUT
4141
42- - uses : microsoft/setup-msstore-cli@v1
42+ - uses : microsoft/setup-msstore-cli@v1.1
4343
4444 - name : Fetch Store Credential
4545 uses : azure/cli@v2
5050 base64 -d < cert.pfx.b64 > cert.pfx
5151
5252 - name : Configure Store Credentials
53- run : |
54- curl -L https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
55- chmod +x ./dotnet-install.sh
56- ./dotnet-install.sh --channel 9.0
53+ run : |-
5754 msstore reconfigure -cfp cert.pfx -c ${{ secrets.AZURE_CLIENT_ID }} -t ${{ secrets.AZURE_TENANT_ID }} -s ${{ secrets.SELLER_ID }}
5855
5956 - name : Update draft submission
You can’t perform that action at this time.
0 commit comments