mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-01 23:21:59 +01:00
Install winget before installing wingetcreate in publish workflow (#1203)
This commit is contained in:
parent
699b413aad
commit
7476c2f700
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user