Skip to content

Commit

Permalink
Update extra-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil authored Apr 24, 2024
1 parent 4296882 commit a984722
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/extra-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,9 @@ jobs:
with:
fetch-depth: 1
ref: fix/winget
- name: Install wingetcreate
run: |
Invoke-WebRequest https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe
wingetcreate.exe info
- name: Push to winget
run: .\bin\release\push_package_to_winget.ps1 $env:RELEASE_VERSION $env:WINGET_TOKEN
run: |
Invoke-WebRequest https://aka.ms/wingetcreate/latest -OutFile .\wingetcreate.exe
.\wingetcreate.exe version
.\bin\release\push_package_to_winget.ps1 "$env:RELEASE_VERSION" "$env:WINGET_TOKEN"

0 comments on commit a984722

Please sign in to comment.