Skip to content

Commit 249da08

Browse files
authored
Update releaseToWinGet.yml
1 parent 81d74d5 commit 249da08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/releaseToWinGet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
name: Download WinGet Requirements
5252
5353
- run: |
54-
echo "wingetcreate update Microsoft.OpenSSH -u $env:PACKAGE_URLS -o $env:GITHUB_WORKSPACE"
55-
wingetcreate update Microsoft.OpenSSH -u $env:PACKAGE_URLS -o $env:GITHUB_WORKSPACE
54+
wingetcreate update Microsoft.OpenSSH --urls $env:PACKAGE_URLS -o $env:GITHUB_WORKSPACE
5655
# wingetcreate update Microsoft.OpenSSH -u $env:PACKAGE_URLS -t ${{ secrets.GITHUB_TOKEN }} --submit
5756
name: WinGet Update

0 commit comments

Comments
 (0)