This commit is contained in:
mwoz123 2024-04-09 08:26:28 -04:00 committed by GitHub
commit 3dfc602935
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: