⚙️ [CI] Include APK builds and dev branch in snapshot releases#37
⚙️ [CI] Include APK builds and dev branch in snapshot releases#37TargetMisser wants to merge 3 commits intomainfrom
dev branch in snapshot releases#37Conversation
Update `.github/workflows/release-snapshot.yml` to: - Run on both `main` and `dev` branch pushes - Dynamically generate release names based on branch - Build both the Main Android app and Wear OS companion app APKs - Attach the built APKs directly to the GitHub prerelease Co-authored-by: TargetMisser <52361977+TargetMisser@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Update lockfile by running `npm install` to resolve the `npm ci` EUSAGE failure in CI. Co-authored-by: TargetMisser <52361977+TargetMisser@users.noreply.github.com>
- Upgrade actions/setup-java from v3 to v4 - Add actions/cache@v4 step for ~/.gradle/caches and wrapper - Add --no-daemon flag to both Gradle assembleRelease calls Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
🎯 What:
Updated the existing
release-snapshot.ymlGitHub Actions workflow to support automated release building on both themainanddevbranches, and implemented the full process to build and attach the APK artifacts.💡 Why:
The user requested that the beta (dev) releases also generate and include the actual
.apkfiles automatically as soon as the builds are finished, so that team members can download and install them straight from GitHub Releases without needing local builds.✅ Verification:
✨ Result:
Pushes to
mainanddevwill now automatically build and publish a prerelease containingFlightWorkApp-dev-snapshot.apkandFlightWorkApp-Wear-dev-snapshot.apk.PR created automatically by Jules for task 7145784482915244966 started by @TargetMisser