Update releaseToWinGet.yml

This commit is contained in:
Tess Gauthier 2022-05-20 12:03:01 -04:00 committed by GitHub
parent 81d74d5c76
commit 249da08234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,6 @@ jobs:
name: Download WinGet Requirements name: Download WinGet Requirements
- run: | - run: |
echo "wingetcreate update Microsoft.OpenSSH -u $env:PACKAGE_URLS -o $env:GITHUB_WORKSPACE" wingetcreate update Microsoft.OpenSSH --urls $env:PACKAGE_URLS -o $env:GITHUB_WORKSPACE
wingetcreate update Microsoft.OpenSSH -u $env:PACKAGE_URLS -o $env:GITHUB_WORKSPACE
# wingetcreate update Microsoft.OpenSSH -u $env:PACKAGE_URLS -t ${{ secrets.GITHUB_TOKEN }} --submit # wingetcreate update Microsoft.OpenSSH -u $env:PACKAGE_URLS -t ${{ secrets.GITHUB_TOKEN }} --submit
name: WinGet Update name: WinGet Update