Publish the release package to snapcraft

This commit is contained in:
AkiraFukushima 2022-01-04 11:22:23 +09:00
parent eee3376950
commit c7f434fc31
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 5 additions and 0 deletions

View File

@ -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 }}