mirror of https://github.com/bitwarden/cli.git
2 changed files with 17 additions and 1 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
# Dependencies: |
||||
# 1. Install powershell, ex `sudo apt-get install -y powershell` |
||||
# |
||||
# To run: |
||||
# pwsh ./snap-update.ps1 |
||||
|
||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path; |
||||
$rootDir = $dir + "/.."; |
||||
$distDir = $rootDir + "/dist"; |
||||
$distSnap = $distDir + "/snap/bw*.snap"; |
||||
|
||||
snapcraft push $distSnap --release stable |
||||
Loading…
Reference in new issue