appveyor prod deploy fixes

This commit is contained in:
Kyle Spearrin 2020-03-25 08:39:45 -04:00
parent 4754acf629
commit 84bd4a1829
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ before_build:
sudo apt-get update
sudo apt-get -y install snapd
sudo snap install snapcraft --classic
export PATH="$PATH:/snap/bin"
echo "$SNAP_TOKEN" | snapcraft login --with -
fi
- ps: |