[PR #3053] [MERGED] DEVOPS-1848 - Fix GoogleService-Info.plist file location #111034

Closed
opened 2026-06-06 07:25:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3053
Author: @vgrassia
Created: 3/4/2024
Status: Merged
Merged: 3/4/2024
Merged by: @vgrassia

Base: mainHead: fix-googleservice-file-location


📝 Commits (1)

  • 53023a9 Fix GoogleServices file location

📊 Changes

1 file changed (+10 additions, -10 deletions)

View changed files

📝 .github/workflows/build.yml (+10 -10)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

This PR fixes the download location of the GoogleService-Info.plist file. It also has some formatting updates to the workflow.

Code changes

  • .github/workflows/build.yml: Download the GoogleService-Info.plist file to the src/watchOS/bitwarden directory.

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/3053 **Author:** [@vgrassia](https://github.com/vgrassia) **Created:** 3/4/2024 **Status:** ✅ Merged **Merged:** 3/4/2024 **Merged by:** [@vgrassia](https://github.com/vgrassia) **Base:** `main` ← **Head:** `fix-googleservice-file-location` --- ### 📝 Commits (1) - [`53023a9`](https://github.com/bitwarden/android/commit/53023a94ab3a5e2cfff58f41c6b4e25cefb660a6) Fix GoogleServices file location ### 📊 Changes **1 file changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+10 -10) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [X] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> This PR fixes the download location of the `GoogleService-Info.plist` file. It also has some formatting updates to the workflow. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **.github/workflows/build.yml:** Download the `GoogleService-Info.plist` file to the `src/watchOS/bitwarden` directory. ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-06 07:25:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#111034