mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-23 07:26:36 +01:00
Fix release script for snapcraft
This commit is contained in:
parent
dbc50d3372
commit
f4996a7cb2
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user