[PR #3015] [MERGED] [DEVOPS-1822] - Upload Mobile Beta Native Build #41050

Closed
opened 2026-04-23 19:51:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3015
Author: @Eeebru
Created: 2/21/2024
Status: Merged
Merged: 4/3/2024
Merged by: @Eeebru

Base: mainHead: DEVOPS-1822-upload-latest-ios-native-mobile-build-to-beta-app


📝 Commits (10+)

  • a19bc95 Upload mobile beta native build
  • 951fc3d Update beta workflow name
  • 8022591 Update the jobs dependencies, remove CLOC
  • e9400e4 Mute Crowdin and failure-check for testing
  • bf4cfbc Fix typo
  • aadaf45 Edit gpg file paths
  • 4ac3662 Remove references from Provisioning profile
  • 121adb1 update profile provisioning pattern
  • 78ee7ef Merge branch 'main' into DEVOPS-1822-upload-latest-ios-native-mobile-build-to-beta-app
  • 8a3e658 pull ios distribution, edit paths

📊 Changes

2 files changed (+390 additions, -15 deletions)

View changed files

📝 .github/workflows/build-beta.yml (+345 -0)
📝 build.cake (+45 -15)

📄 Description

Type of change

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

Objective

Code changes

  • .github/secrets/*: Adds native beta profile secrets
  • .github/workflows/build-beta.yml: Adds beta build workflow

Screenshots

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/3015 **Author:** [@Eeebru](https://github.com/Eeebru) **Created:** 2/21/2024 **Status:** ✅ Merged **Merged:** 4/3/2024 **Merged by:** [@Eeebru](https://github.com/Eeebru) **Base:** `main` ← **Head:** `DEVOPS-1822-upload-latest-ios-native-mobile-build-to-beta-app` --- ### 📝 Commits (10+) - [`a19bc95`](https://github.com/bitwarden/android/commit/a19bc95beac1affadf3bb982c5bfa29bce5cd2e2) Upload mobile beta native build - [`951fc3d`](https://github.com/bitwarden/android/commit/951fc3d470a79473e7ab170182b7d8aa9a3dfdad) Update beta workflow name - [`8022591`](https://github.com/bitwarden/android/commit/80225915b88b557342397b76cba0e939d04e09d0) Update the jobs dependencies, remove CLOC - [`e9400e4`](https://github.com/bitwarden/android/commit/e9400e497a66c905165a855f13d708f0638ce7bf) Mute Crowdin and failure-check for testing - [`bf4cfbc`](https://github.com/bitwarden/android/commit/bf4cfbca2103d3a70abfebcecb16ea912a49b10b) Fix typo - [`aadaf45`](https://github.com/bitwarden/android/commit/aadaf450845337b98e64ed37e7bd38271344d054) Edit gpg file paths - [`4ac3662`](https://github.com/bitwarden/android/commit/4ac366227140b34a092e46b3272e22ad8d1066b2) Remove references from Provisioning profile - [`121adb1`](https://github.com/bitwarden/android/commit/121adb18bc0627c1b4091ff9df9082cfeb15aae5) update profile provisioning pattern - [`78ee7ef`](https://github.com/bitwarden/android/commit/78ee7ef919ac849d176e55086454aa38caf31ddf) Merge branch 'main' into DEVOPS-1822-upload-latest-ios-native-mobile-build-to-beta-app - [`8a3e658`](https://github.com/bitwarden/android/commit/8a3e658e698c525ea14df86f11097e180e5bbdf8) pull ios distribution, edit paths ### 📊 Changes **2 files changed** (+390 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-beta.yml` (+345 -0) 📝 `build.cake` (+45 -15) </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--> - [Card](https://bitwarden.atlassian.net/browse/DEVOPS-1822) ## 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/secrets/*:** Adds native beta profile secrets * **.github/workflows/build-beta.yml:** Adds beta build workflow ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ## 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-04-23 19:51:19 -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#41050