build: fix winget workflow

This commit is contained in:
Jelle Glebbeek
2021-07-04 01:10:12 +02:00
parent e01b4f6e20
commit 6bf0474517

View File

@@ -21,4 +21,4 @@ jobs:
shell: cmd
run: |
curl https://aka.ms/wingetcreate/latest -L --output wingetcreate.exe
wingetcreate.exe update -s -i jely2002.youtube-dl-gui -u https://github.com/jely2002/youtube-dl-gui/releases/download/v%APP_VERSION%/YouTube-Downloader-GUI-Setup-%APP_VERSION%.exe -v %APP_VERSION% -t %GITHUB_TOKEN%
wingetcreate.exe update jely2002.youtube-dl-gui -s true -u https://github.com/jely2002/youtube-dl-gui/releases/download/v%APP_VERSION%/YouTube-Downloader-GUI-Setup-%APP_VERSION%.exe -v %APP_VERSION% -t %GITHUB_TOKEN%