-
Notifications
You must be signed in to change notification settings - Fork 927
Correct environment variable names in build workflow #6008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
|
Great job! No new security vulnerabilities introduced in this pull request |
3cc3e14 to
b5b3e9f
Compare
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.
b5b3e9f to
24d8816
Compare
|
3rd run is a charm? 🤞 |
|
Thanks @david-livefront and @vvolkgang |

🎟️ Tracking
N/A
📔 Objective
This commit fixes issues in the
build.ymlGitHub 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:⏰ Reminders before review
🦮 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