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 cf0c8a2 commit 73b09ff
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 = Invoke-RestMethod -uri "$($releases_url)"
$github = Invoke-RestMethod -uri "https://api.github.com/repos/Microsoft/PowerToys/releases"
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 73b09ff

Please sign in to comment.