mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-31 17:45:22 +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 }}
|
VERSION: ${{ github.event.release.name }}
|
||||||
run: |
|
run: |
|
||||||
make -e linux
|
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
|
- uses: shogo82148/actions-upload-release-asset@v1
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ github.event.release.upload_url }}
|
upload_url: ${{ github.event.release.upload_url }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user