mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-22 09:57:55 +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
|