1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-22 22:38:43 +01:00

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

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