mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-04 19:19:29 +01:00
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/bin/sh -ve
|
|
echo $SNAPCRAFT_LOGIN_FILE | snapcraft login --with -
|
|
snapcraft
|
|
snapcraft upload --release=edge *.snap
|
|
snapcraft logout
|