mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-23 07:26:36 +01:00
Update release.yml
This commit is contained in:
parent
ec82523af0
commit
3273e61193
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -82,6 +82,12 @@ jobs:
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
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:
|
||||
name: Release for MacOS
|
||||
|
Loading…
Reference in New Issue
Block a user