From 73ca45ad3d270a306cc54b9b74e60d128a7a4573 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 16 Sep 2022 08:30:42 +0200 Subject: [PATCH] git: Updated winget-create to the latest release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 711915b63..e13e36256 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,7 @@ jobs: - name: ⬇️ Download dependencies shell: pwsh run: | - iwr https://github.com/microsoft/winget-create/releases/download/v1.0.4.0/wingetcreate.exe -OutFile wingetcreate.exe + iwr https://github.com/microsoft/winget-create/releases/download/v1.1.2.0/wingetcreate.exe -OutFile wingetcreate.exe - name: ⬆️ Update winget manifest shell: pwsh env: