mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
10 lines
133 B
Bash
Executable File
10 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
echo "$SNAP_STORE_LOGIN" | snapcraft login --with -
|
|
|
|
snapcraft upload --release=stable *.snap
|
|
|
|
snapcraft logout
|