Skip to content

Commit

Permalink
Use winget to install wingetcreate
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Dec 19, 2024
1 parent 7412b6d commit f963917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f963917

Please sign in to comment.