1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-05 23:53:29 +00:00

change snap push to upload

This commit is contained in:
Kyle Spearrin
2020-11-14 23:06:05 -05:00
parent 7faf75a69a
commit 0670970d2e

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