Merge pull request #4013 from h3poteto/fix/release-snapcraft

Fix release script for snapcraft
This commit is contained in:
AkiraFukushima 2023-01-14 00:27:21 +09:00 committed by GitHub
commit eda17fbc7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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