Merge pull request #4010 from h3poteto/remove/winget
Stop uploading winget
This commit is contained in:
commit
bb7f91c70c
|
@ -82,12 +82,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ github.event.release.upload_url }}
|
upload_url: ${{ github.event.release.upload_url }}
|
||||||
asset_path: "build/Whalebird-*.shasum"
|
asset_path: "build/Whalebird-*.shasum"
|
||||||
- name: Release to WinGet
|
|
||||||
uses: vedantmgoyal2009/winget-releaser@v1
|
|
||||||
with:
|
|
||||||
identifier: h3poteto.whalebird-desktop
|
|
||||||
version: ${{ github.event.release.tag_name }}
|
|
||||||
token: ${{ secrets.WINGET_TOKEN }}
|
|
||||||
|
|
||||||
release-darwin:
|
release-darwin:
|
||||||
name: Release for MacOS
|
name: Release for MacOS
|
||||||
|
|
Loading…
Reference in New Issue