1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

DEVOPS-1683 FIX: Source path in Azure Storage Blob sync

This commit is contained in:
Alex Urbina
2023-11-29 08:31:01 -06:00
parent 8517532f03
commit 1836c91213

View File

@@ -225,7 +225,7 @@ jobs:
- name: Sync blobs recursively to a Storage Account Blob container
run: |
az storage blob sync \
--source "./build" \
--source "./build/" \
--container '$web' \
--connection-string "${{ steps.retrieve-secrets.outputs.sa-bitwarden-web-vault-dev-key-temp }}" \
--delete-destination=true