From 3967ecf98bd95e1017f272d3d5dc071b987ea90c Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 8 Jul 2020 22:05:14 +0200 Subject: [PATCH] Update .azure-pipelines/templates/stages/deploy-stage.yml Co-authored-by: Brad Warren --- .azure-pipelines/templates/stages/deploy-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/stages/deploy-stage.yml b/.azure-pipelines/templates/stages/deploy-stage.yml index 8e1c9e2c0..daf64aabe 100644 --- a/.azure-pipelines/templates/stages/deploy-stage.yml +++ b/.azure-pipelines/templates/stages/deploy-stage.yml @@ -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