1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 13:23:39 +00:00

Fix GoogleServices file location (#3053)

(cherry picked from commit 6f6487ccc9)
This commit is contained in:
Vince Grassia
2024-03-04 15:11:54 +00:00
parent 5338fdea79
commit 7f92358d9b

View File

@@ -518,7 +518,7 @@ jobs:
run: | run: |
mkdir -p $HOME/secrets mkdir -p $HOME/secrets
az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME --name $FILE \ az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME --name $FILE \
--file $HOME/secrets/$FILE --output none --file src/watchOS/bitwarden/$FILE --output none
- name: Increment version - name: Increment version
run: | run: |