From 6efd96abfa88933a45b292fafc2a40fa3280c9e8 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 3 Mar 2022 21:05:45 +1100 Subject: [PATCH] remove obsolete WinGet CI from appveyor.yml --- appveyor.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index df9f4e6683b..d663525ac2f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -69,15 +69,3 @@ deploy: force_update: true on: APPVEYOR_REPO_TAG: true - -environment: - winget_token: - secure: HKfVT2FYZITAG0qqMCePYhIem5a/gzvAgYDSlr6RlXfGmeBUOANUtgJ9X6fNroxN - -on_success: - - ps: | - if ($env:APPVEYOR_REPO_BRANCH -eq "master" -and $env:APPVEYOR_REPO_TAG -eq "true") - { - iwr https://github.com/microsoft/winget-create/releases/download/v0.2.0.29-preview/wingetcreate.exe -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-Setup.exe -v $env:flowVersion -t $env:winget_token - }