Skip to content

Commit

Permalink
Fix msstore auth
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 22, 2023
1 parent 4ff1ea5 commit f74953f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ jobs:
$password = ConvertTo-SecureString $Env:CLIENT_SECRET -AsPlainText -Force
$Cred = New-Object System.Management.Automation.PSCredential($user, $password)
$sub = New-ApplicationSubmission -AppId 9P61S67DVWM2 -Force
Set-StoreBrokerAuthentication -TenantId ${{ secrets.MS_TENANT_ID }} -Credential $Cred
$sub = New-ApplicationSubmission -AppId 9P61S67DVWM2 -Force
$json = (Get-Content .\submission.json -Encoding UTF8) | ConvertFrom-Json
Set-ApplicationSubmission -AppId $appId -UpdatedSubmission $sub
Set-SubmissionPackage -PackagePath Tonbrett.msix -UploadUrl ($sub.fileUploadUrl)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.14.8"
version = "1.14.9"

repositories {
mavenCentral()
Expand Down

0 comments on commit f74953f

Please sign in to comment.