snapcraft push

This commit is contained in:
Kyle Spearrin 2018-07-26 22:00:32 -04:00
parent 273e9bb79d
commit 76a05bd378
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ $rootDir = $dir + "/..";
$distDir = $rootDir + "/dist";
$distSnap = $distDir + "/bitwarden*.snap";
snap push $distSnap --release stable
snapcraft push $distSnap --release stable