Update .azure-pipelines/templates/stages/deploy-stage.yml

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand 2020-07-08 22:05:14 +02:00 committed by GitHub
parent 12d835e238
commit 3967ecf98b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,6 @@ stages:
mkdir -p .snapcraft
ln -s $(snapcraftCfg.secureFilePath) .snapcraft/snapcraft.cfg
for SNAP_FILE in snap/*.snap; do
snapcraft push --release=edge "${SNAP_FILE}"
snapcraft upload --release=edge "${SNAP_FILE}"
done
displayName: Publish to Snap store