Publish the release package to snapcraft
This commit is contained in:
parent
eee3376950
commit
c7f434fc31
|
@ -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