mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-09 15:36:26 +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:
|
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
Block a user