mirror of
https://github.com/bitwarden/desktop
synced 2025-12-10 05:13:27 +00:00
change snap push to upload
This commit is contained in:
@@ -25,4 +25,4 @@ $uri = "https://github.com/bitwarden/desktop/releases/download/v" + $version + "
|
|||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||||
Invoke-RestMethod -Uri $uri -OutFile $distSnap
|
Invoke-RestMethod -Uri $uri -OutFile $distSnap
|
||||||
|
|
||||||
snapcraft push $distSnap --release stable
|
snapcraft upload $distSnap --release stable
|
||||||
|
|||||||
Reference in New Issue
Block a user