Skip to content

Commit cedb481

Browse files
authored
Merge pull request #1061 from Flow-Launcher/remove_winget_ci
Remove obsolete WinGet from appveyor.yml deployment pipeline
2 parents e5297b1 + 6efd96a commit cedb481

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

appveyor.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,3 @@ deploy:
6969
force_update: true
7070
on:
7171
APPVEYOR_REPO_TAG: true
72-
73-
environment:
74-
winget_token:
75-
secure: HKfVT2FYZITAG0qqMCePYhIem5a/gzvAgYDSlr6RlXfGmeBUOANUtgJ9X6fNroxN
76-
77-
on_success:
78-
- ps: |
79-
if ($env:APPVEYOR_REPO_BRANCH -eq "master" -and $env:APPVEYOR_REPO_TAG -eq "true")
80-
{
81-
iwr https://github.com/microsoft/winget-create/releases/download/v0.2.0.29-preview/wingetcreate.exe -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-
}

0 commit comments

Comments
 (0)