Skip to content

ci: add apk release workflow#89

Merged
Guiguied merged 1 commit intomainfrom
ci/apk-release-workflow
Mar 20, 2026
Merged

ci: add apk release workflow#89
Guiguied merged 1 commit intomainfrom
ci/apk-release-workflow

Conversation

@thomas-rx
Copy link
Copy Markdown
Collaborator

Context

  • add a GitHub Actions workflow that builds the Android release APK and publishes it to a GitHub Release
  • replace the blocked local act validation with a local end-to-end run of the workflow steps

Changes

  • add .github/workflows/release-apk.yml with Android SDK setup, assembleRelease, artifact upload, and GitHub Release publication
  • support both tag pushes (v*) and workflow_dispatch, with deterministic artifact naming from the release tag
  • validate locally that the workflow path builds app-release-unsigned.apk and packages it as the release asset

@thomas-rx thomas-rx requested review from flaw03 and kvnpetit March 20, 2026 16:05
@kvnpetit kvnpetit added infra Initialisation projet, runtime, base de donnees ou structure mvp Necessaire pour la premiere version jouable labels Mar 20, 2026
@kvnpetit kvnpetit added this to the MVP Frontend milestone Mar 20, 2026
@Guiguied Guiguied merged commit b1c84a7 into main Mar 20, 2026
@thomas-rx thomas-rx deleted the ci/apk-release-workflow branch March 20, 2026 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infra Initialisation projet, runtime, base de donnees ou structure mvp Necessaire pour la premiere version jouable

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants