endlessm / endless-key-app

Endless Key app for Windows (formerly known as kolibri-app)
https://www.endlessos.org/key
MIT License
2 stars 1 forks source link

Pushing v6.38.1 to Microsoft store fails at missing "Microsoft Superhero (1).png" #152

Closed starnight closed 1 year ago

starnight commented 1 year ago

We have a image "Microsoft Superhero (1).png" on Microsoft store since Submission 18. However, pushing Alpha Test Flight to MS store becomes failed after "Submission 18" and shows error:

Write-Error: C:\Users\runneradmin\Documents\PowerShell\Modules\StoreBroker\1.21.0\StoreBroker\PackageTool.ps1:3760
Line |
3760 |          Write-Log -Exception $_ -Level Error
VERBOSE: 2023-08-18 16:13:46 : runneradmin : [1.21.0] Executing: Set-TelemetryException -ErrorBucket "New-SubmissionPackage"
VERBOSE: 2023-08-18 16:13:46 : runneradmin : Sending telemetry event data to https://dc.services.visualstudio.com/v2/track [Timeout = 0]
VERBOSE: POST with 1587-byte payload
VERBOSE: received 49-byte response of content type application/json
VERBOSE: 2023-08-18 16:13:46 : runneradmin : Deleting temporary directory: C:\Users\RUNNER~1\AppData\Local\Temp\96d2b97c-b6df-4331-bc9b-ac3f389eeb0b
VERBOSE: 2023-08-18 16:13:46 : runneradmin : Deleting temporary directory complete.
     |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | 2023-08-18 16:13:46 : runneradmin :  Write-Log:
     | C:\Users\runneradmin\Documents\PowerShell\Modules\StoreBroker\1.21.0\StoreBroker\PackageTool.ps1:1279 Line |
     | 1279 |          Write-Log -Message $output -Level Error      |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     | | 2023-08-18 16:13:46 : runneradmin : Could not find media file [Microsoft Superhero (1).png] in any
     | subdirectory      | of [D:\a\endless-key-app\endless-key-app\MSAppPayload\PDPs\en-us].

Error: Process completed with exit code 1.

https://github.com/endlessm/endless-key-app/actions/runs/5904602325/job/16017490068

starnight commented 1 year ago

The final fix is commit ("CI: Fix the check of AdditionalAssets' FileName"). The action CI pushes the release to MS store's Alpha Test Flight successfully now.

So, I close this as resolved.