build: fix winget update workflow

This commit is contained in:
Jelle Glebbeek
2021-08-19 02:20:45 +02:00
committed by GitHub
parent c068fc7adf
commit afffa81c57

View File

@@ -21,4 +21,4 @@ jobs:
shell: cmd
run: |
curl https://aka.ms/wingetcreate/latest -L --output wingetcreate.exe
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 %WINGET_TOKEN%
wingetcreate.exe update jely2002.youtube-dl-gui -s true -u https://github.com/jely2002/youtube-dl-gui/releases/download/v%APP_VERSION%/Open-Video-Downloader-Setup-%APP_VERSION%.exe -v %APP_VERSION% -t %WINGET_TOKEN%