Fix release script for snapcraft

This commit is contained in:
AkiraFukushima 2023-01-14 00:21:47 +09:00
parent dbc50d3372
commit f4996a7cb2
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 2 additions and 1 deletions

View File

@ -27,8 +27,9 @@ jobs:
run: |
make -e linux
- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
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