refactor: CI
This commit is contained in:
parent
26d8f31fdc
commit
8ca6b63e2d
16 changed files with 127 additions and 87 deletions
6
scripts/publish-snap-stable.sh
Executable file
6
scripts/publish-snap-stable.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
/bin/bash ./scripts/build-snap.sh
|
||||
echo $SNAPCRAFT_LOGIN_FILE | base64 --decode --ignore-garbage > snapcraft.login
|
||||
snapcraft login --with snapcraft.login
|
||||
snapcraft push --release=stable *.snap
|
||||
snapcraft logout
|
||||
Loading…
Add table
Add a link
Reference in a new issue