Fix build path

This commit is contained in:
Dryusdan 2022-09-15 13:11:33 +02:00
parent c529474de6
commit d79b4bd640
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
- upgrade
- name: Copy web-vault
shell: "cp -a {{ item.home }}/web-vault/build/ {{ item.home }}/bitwarden_rs/target/release/web-vault/"
shell: "cp -a {{ item.home }}/web-vault/apps/web/build/ {{ item.home }}/bitwarden_rs/target/release/web-vault/"
become: yes
become_user : "{{ item.name }}"
become_method: su