Skip to content

feat: Automate releases with multi-platform builds including Android#1

Merged
feoh merged 2 commits intomainfrom
copilot/create-releases-automatically
Apr 2, 2026
Merged

feat: Automate releases with multi-platform builds including Android#1
feoh merged 2 commits intomainfrom
copilot/create-releases-automatically

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

The release workflow needed to cover all supported platforms and use the current stable Flutter version.

Changes

  • Flutter version: bumped from 3.41.23.41.6 (latest stable) across all build jobs
  • Android build job: added build-android using actions/setup-java@v4 (Temurin 17) + flutter build apk --release, producing linkdqueue-android.apk
  • Release job: extended needs to include build-android; Android APK added to release assets alongside macOS zip, Linux tarball, and Windows zip

Release is triggered by any v*.*.* tag push; all four platform artifacts are built in parallel and attached to the auto-generated GitHub Release.

Original prompt

create releases automatically

Copilot AI changed the title [WIP] Add automated release creation process feat: Automate releases with multi-platform builds including Android Apr 2, 2026
Copilot AI requested a review from feoh April 2, 2026 21:51
Copilot finished work on behalf of feoh April 2, 2026 21:51
@feoh feoh marked this pull request as ready for review April 2, 2026 22:01
@feoh feoh merged commit 57e6b21 into main Apr 2, 2026
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.

2 participants