ci: fix cloudsmith commands, include focal and jammy

This commit is contained in:
Derrick Hammer 2023-04-23 09:29:24 -04:00
parent 33f0b4c6d0
commit 7b85edd263
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 1 deletions

View File

@ -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