Skip to content

Conversation

@IamPekka058
Copy link
Member

This pull request updates the .github/workflows/build.yml file to improve the handling of version names in the GitHub Actions workflow. The changes involve introducing a step to sanitize the version name and updating subsequent steps to use the sanitized version name.

Workflow improvements:

  • Added a step to sanitize the version name: Introduced a new step, Prepare version name, using the step-security/actions-find-and-replace-string@v5 action to replace slashes (/) in the github.ref_name with hyphens (-). This ensures compatibility in file naming.
  • Updated file renaming and artifact paths: Modified the Rename APK & App Bundle, Upload APK, Upload App Bundle, and Release Artifacts steps to use the sanitized version name (steps.version_name.outputs.value) instead of the raw github.ref_name. This ensures consistency across the workflow.

@IamPekka058 IamPekka058 added the 🛠️ Maintenance General maintenance and updates label Apr 28, 2025
@IamPekka058 IamPekka058 requested a review from Friedinger April 28, 2025 08:22
@IamPekka058 IamPekka058 merged commit e41502e into feature/home-screen Apr 28, 2025
2 checks passed
IamPekka058 added a commit that referenced this pull request Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🛠️ Maintenance General maintenance and updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants