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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user