Skip to content

Conversation

@SaintPatrck
Copy link
Contributor

🎟️ Tracking

N/A

📔 Objective

This commit fixes issues in the build.yml GitHub Actions workflow where environment variable names with hyphens were causing build failures. The hyphens have been replaced with underscores to ensure the variables are correctly referenced in the shell environment.

Specifically, the following changes were made in .github/workflows/build.yml:

  • Updated environment variable names in the "Generate release Play Store bundle" step.
  • Corrected variable names for the "Generate beta Play Store bundle" step.
  • Fixed variable names in the "Generate release Play Store APK" step.
  • Updated environment variable names for the "Generate beta Play Store APK" step.
  • Corrected variable names in the "Generate F-Droid Beta Artifacts" step.

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.59%. Comparing base (de8c344) to head (24d8816).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6008   +/-   ##
=======================================
  Coverage   84.59%   84.59%           
=======================================
  Files         722      722           
  Lines       54882    54891    +9     
  Branches     7569     7579   +10     
=======================================
+ Hits        46426    46436   +10     
+ Misses       5805     5798    -7     
- Partials     2651     2657    +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 10, 2025

Logo
Checkmarx One – Scan Summary & Detailsd3b14426-2eff-4261-a055-4ec992aa5d06

Great job! No new security vulnerabilities introduced in this pull request

@SaintPatrck
Copy link
Contributor Author

@SaintPatrck SaintPatrck force-pushed the fix-build-env-var-names branch from 3cc3e14 to b5b3e9f Compare October 10, 2025 20:54
@SaintPatrck
Copy link
Contributor Author

@SaintPatrck SaintPatrck marked this pull request as ready for review October 10, 2025 21:00
@SaintPatrck SaintPatrck requested a review from a team as a code owner October 10, 2025 21:00
@SaintPatrck SaintPatrck enabled auto-merge October 10, 2025 21:14
@SaintPatrck SaintPatrck disabled auto-merge October 10, 2025 21:24
This commit fixes issues in the `build.yml` GitHub Actions workflow where environment variable names with hyphens were causing build failures. The hyphens have been replaced with underscores to ensure the variables are correctly referenced in the shell environment.

Specifically, the following changes were made in `.github/workflows/build.yml`:
*   Updated environment variable names in the "Generate release Play Store bundle" step.
*   Corrected variable names for the "Generate beta Play Store bundle" step.
*   Fixed variable names in the "Generate release Play Store APK" step.
*   Updated environment variable names for the "Generate beta Play Store APK" step.
*   Corrected variable names in the "Generate F-Droid Beta Artifacts" step.
@SaintPatrck
Copy link
Contributor Author

3rd run is a charm? 🤞
https://github.com/bitwarden/android/actions/runs/18468496640

@SaintPatrck
Copy link
Contributor Author

Thanks @david-livefront and @vvolkgang

@SaintPatrck SaintPatrck added this pull request to the merge queue Oct 13, 2025
Merged via the queue into main with commit 5cdee93 Oct 13, 2025
15 checks passed
@SaintPatrck SaintPatrck deleted the fix-build-env-var-names branch October 13, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants