mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Separating the build and install commands
This commit is contained in:
parent
bb594e6ac5
commit
0dbfcb1e6b
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -258,10 +258,9 @@ jobs:
|
||||
cd ./dist/snap
|
||||
ls -atlh
|
||||
snapcraft
|
||||
cd ../..
|
||||
ls -atlh
|
||||
|
||||
snap install ./dist/snap/bw*.snap --dangerous
|
||||
- name: Install Snap
|
||||
run: sudo snap install ./dist/snap/bw*.snap --dangerous
|
||||
|
||||
- name: Build Snap Package
|
||||
if: false
|
||||
|
Loading…
Reference in New Issue
Block a user