Publish KeeWeb to Snap Store

This commit is contained in:
mwoz123 2022-03-19 16:07:31 +01:00 committed by GitHub
parent dfc6201285
commit 95a8a26657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,13 @@ jobs:
with:
name: KeeWeb-${{ steps.get_tag.outputs.tag }}.linux.snap
path: dist/desktop/KeeWeb-${{ steps.get_tag.outputs.tag }}.linux.snap
- name: Publish to Snap Store
run: |
sudo snap install snapcraft --classic
echo "$SNAP_TOKEN" | snapcraft login --with -
snapcraft upload --release=stable ./dist/desktop/KeeWeb-${{ steps.get_tag.outputs.tag }}.linux.snap
env:
SNAP_TOKEN: ${{secrets.snap_token}}
- name: Upload deb artifact
uses: actions/upload-artifact@v1
with: