Skip to content

Commit

Permalink
Update package-submissions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crutkas committed May 2, 2022
1 parent f85e59c commit cf0c8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-submissions.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Submit package to Windows Package Manager Community Repository
run: |
iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe
$github = Get-Content '${{ github.event_path }}' | ConvertFrom-Json
$github = Invoke-RestMethod -uri "$($releases_url)"
Write-Output $github.release.assets
$installerUrl = $github.release.assets | Where-Object -Property name -match 'PowerToysSetup' | Select -ExpandProperty browser_download_url -First 1
$wingetPackage = "Microsoft.PowerToys"
Expand Down

0 comments on commit cf0c8a2

Please sign in to comment.