mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-19 12:20:20 +01:00
Merge pull request #3054 from h3poteto/feat/release-snap
Publish the release package to snapcraft
This commit is contained in:
commit
1ebb7cc859
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -26,6 +26,11 @@ jobs:
|
||||
VERSION: ${{ github.event.release.name }}
|
||||
run: |
|
||||
make -e linux
|
||||
- uses: snapcore/action-publish@v1
|
||||
with:
|
||||
store_login: ${{ secrets.STORE_LOGIN }}
|
||||
snap: "build/Whalebird-${{ github.event.release.name }}-linux-amd64.snap"
|
||||
release: beta
|
||||
- uses: shogo82148/actions-upload-release-asset@v1
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
|
Loading…
Reference in New Issue
Block a user