change snap push to upload

This commit is contained in:
Kyle Spearrin 2020-11-14 23:06:05 -05:00
parent 7faf75a69a
commit 0670970d2e
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ $uri = "https://github.com/bitwarden/desktop/releases/download/v" + $version + "
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-RestMethod -Uri $uri -OutFile $distSnap
snapcraft push $distSnap --release stable
snapcraft upload $distSnap --release stable