feat: publish snap (#942)

This commit is contained in:
Baptiste Augrain
2021-12-17 23:21:31 +01:00
committed by GitHub
parent 1ef601a79b
commit 33a6670cad
6 changed files with 198 additions and 9 deletions

9
stores/snapcraft/deploy.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
echo "$SNAP_STORE_LOGIN" | snapcraft login --with -
snapcraft upload --release=stable *.snap
snapcraft logout