1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-02 11:34:53 +02: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