mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 14:04:59 +02:00
Update releaseToWinGet.yml
This commit is contained in:
parent
2c026e170b
commit
26213d4c7f
4
.github/workflows/releaseToWinGet.yml
vendored
4
.github/workflows/releaseToWinGet.yml
vendored
@ -51,6 +51,6 @@ jobs:
|
|||||||
name: Download WinGet Requirements
|
name: Download WinGet Requirements
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
wingetcreate update Microsoft.OpenSSH -u $env:URL_X86, $env:URL_X64 -o $env:GITHUB_WORKSPACE
|
wingetcreate update Microsoft.OpenSSH -u @($env:URL_X86, $env:URL_X64) -o $env:GITHUB_WORKSPACE
|
||||||
# wingetcreate update Microsoft.OpenSSH -u $env:URL_X86, $env:URL_X64 -t ${{ secrets.GITHUB_TOKEN }} --submit
|
# wingetcreate update Microsoft.OpenSSH -u @($env:URL_X86, $env:URL_X64) -t ${{ secrets.GITHUB_TOKEN }} --submit
|
||||||
name: WinGet Update
|
name: WinGet Update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user