mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-21 17:37:56 +02: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
|