Skip to content

Commit 33ffd22

Browse files
authored
Update msstore CLI version and reconfigure command
1 parent 865b3ae commit 33ffd22

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/msstore-submissions.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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
@@ -50,10 +50,7 @@ jobs:
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

0 commit comments

Comments
 (0)