Skip to content

Commit

Permalink
Fix push-to-winget token
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil authored Aug 29, 2024
1 parent c9225a1 commit bfceed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extra-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
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"
.\bin\release\push_package_to_winget.ps1 "$env:RELEASE_VERSION" "$env:LEPAPAREIL_WINGET_TOKEN"
package-generic-linux-aarch64:
if: github.event.inputs.package-generic-linux-aarch64 == 'true'
Expand Down

0 comments on commit bfceed7

Please sign in to comment.