ci: fix cloudsmith commands, include focal and jammy
This commit is contained in:
parent
33f0b4c6d0
commit
7b85edd263
|
@ -15,4 +15,5 @@ if ! command -v pip &>/dev/null; then
|
|||
fi
|
||||
|
||||
pip2 install --upgrade cloudsmith-cli
|
||||
cloudsmith push deb lumeweb/lume-web-relay *.deb
|
||||
cloudsmith push deb lumeweb/lume-web-relay/ubuntu/focal *.deb
|
||||
cloudsmith push deb lumeweb/lume-web-relay/ubuntu/jammy *.deb
|
||||
|
|
Loading…
Reference in New Issue