From e71ef39db939a4ff580008f21f8a95ada6aef78c Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 12 Aug 2023 12:44:27 -0400 Subject: [PATCH] Workaround for https://github.com/microsoft/winget-create/issues/429 --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index ba562b4b4d..2bc8f26522 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1612,7 +1612,7 @@ jobs: GITHUB_TOKEN: ${{ env.WINGET_PUSH_TOKEN }} - name: Install wingetcreate - run: winget install wingetcreate --disable-interactivity --accept-source-agreements + run: winget install wingetcreate --version 1.2.8.0 --disable-interactivity --accept-source-agreements # Pinned due to https://github.com/microsoft/winget-create/issues/429 - name: Checkout uses: actions/checkout@v3