Skip to content

Commit 99a9aee

Browse files
authored
publish
1 parent 2282f04 commit 99a9aee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

appveyor.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,5 @@ environment:
7676

7777
on_success:
7878
- ps: |
79-
if ($env:APPVEYOR_REPO_BRANCH -eq "master" -and $env:APPVEYOR_REPO_TAG -eq "true")
80-
{
81-
iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe
82-
.\wingetcreate.exe update Flow-Launcher.Flow-Launcher -s true -u https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v$env:flowVersion/Flow-Launcher-Setup.exe -v $env:flowVersion -t $env:winget_token
83-
}
79+
iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe
80+
.\wingetcreate.exe update Flow-Launcher.Flow-Launcher -s true -u https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v$env:flowVersion/Flow-Launcher-Setup.exe -v $env:flowVersion -t $env:winget_token

0 commit comments

Comments
 (0)