From 1fb45981d5445f0029472019835a552cdb0451c5 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 28 Jul 2021 08:45:10 +1000 Subject: [PATCH] fix to string --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f2b2c1308..46ae3bdd4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -76,7 +76,7 @@ environment: on_success: - ps: | - if ($env:APPVEYOR_REPO_BRANCH -eq "master" -and $env:APPVEYOR_REPO_TAG) + if ($env:APPVEYOR_REPO_BRANCH -eq "master" -and $env:APPVEYOR_REPO_TAG -eq "true") { iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe .\wingetcreate.exe update Flow-Launcher.Flow-Launcher -s true -u https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v$env:flowVersion/Flow-Launcher-v$env:flowVersion.exe -v $env:flowVersion -t $env:winget_token