mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 23:59:50 +02:00
Add the -s parameter to submit package to winget in pipeline (#3767)
Co-authored-by: Alexandre Nedelec <Alexandre.Nedelec@azeo.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -298,6 +298,6 @@ jobs:
|
||||
$nushellVersion="${{ needs.release.outputs.version }}"
|
||||
$nushellInstallerName="nu_$($nushellVersion -replace '\.','_')_windows.msi"
|
||||
$installerUrl = "https://github.com/nushell/nushell/releases/download/$nushellVersion/$nushellInstallerName"
|
||||
.\wingetcreate.exe update Nushell.Nushell -v $nushellVersion -u $installerUrl -t ${{ secrets.NUSHELL_PAT }}
|
||||
.\wingetcreate.exe update Nushell.Nushell -s -v $nushellVersion -u $installerUrl -t ${{ secrets.NUSHELL_PAT }}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user