Install winget before installing wingetcreate in publish workflow (#1203)

This commit is contained in:
Evan Simkowitz 2024-11-05 10:30:44 -08:00 committed by GitHub
parent 699b413aad
commit 7476c2f700
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,8 @@ jobs:
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install winget
uses: Cyberboss/install-winget@v1
- name: Install wingetcreate
run: winget install wingetcreate
shell: pwsh