mirror of
https://github.com/bitwarden/browser
synced 2025-12-27 05:33:59 +00:00
Removing branch constraints on when to expose build assets (#359)
* Removing branch constraints on when to expose build assets * updating to snap 5.0 * adding more snapcraft 5.0 specific updates * installing multipass * fixing syntax error * switching from using a VM via multipass to using lxd * trying the official snap build actions * fixing error * commenting out the snapcraft version * testing the new changes to the snapcraft.yml file * nameing the build snap task * naming the build snap task
This commit is contained in:
@@ -11,6 +11,7 @@ apps:
|
||||
parts:
|
||||
bw:
|
||||
plugin: dump
|
||||
source: bw-linux-$SNAPCRAFT_PROJECT_VERSION.zip
|
||||
prepare: |
|
||||
source: ./bw-linux-$SNAPCRAFT_PROJECT_VERSION.zip
|
||||
override-build: |
|
||||
chmod +x bw
|
||||
snapcraftctl build
|
||||
|
||||
Reference in New Issue
Block a user