From f963917b0692754bcaf10027df65c0c7c8793240 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Thu, 19 Dec 2024 23:59:16 +0100 Subject: [PATCH] Use winget to install wingetcreate --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cc811c..3185bde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -320,11 +320,11 @@ jobs: *-signed.apk sign_windows_binary: name: Sign Windows binary - runs-on: windows-latest + runs-on: windows-2025 needs: [create_release, build_desktop_app] steps: - name: Setup winget-create - run: choco install wingetcreate + run: winget install wingetcreate -s winget - uses: actions/download-artifact@v4 name: Download Artifacts from Windows with: