Update releaseToWinGet.yml
This commit is contained in:
parent
5701dd99e7
commit
1d09a296e4
|
@ -51,7 +51,7 @@ jobs:
|
|||
name: Download WinGet Requirements
|
||||
|
||||
- run: |
|
||||
echo "wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -o ${GITHUB_WORKSPACE}"
|
||||
wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -o ${GITHUB_WORKSPACE}
|
||||
echo "wingetcreate update Microsoft.OpenSSH -u ${{ env.PACKAGE_URLS }} -o ${{ env.GITHUB_WORKSPACE }}"
|
||||
wingetcreate update Microsoft.OpenSSH -u ${{ env.PACKAGE_URLS }} -o ${{ env.GITHUB_WORKSPACE }}
|
||||
# wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -t ${{ secrets.GITHUB_TOKEN }} --submit
|
||||
name: WinGet Update
|
||||
|
|
Loading…
Reference in New Issue