ci: use flutter build bundle for dry build in generate-assets#3192
ci: use flutter build bundle for dry build in generate-assets#3192
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Visit the preview URL for this PR (updated for commit 73854b7): https://walletrc--pull-3192-merge-lwgwnbrb.web.app (expires Thu, 23 Oct 2025 16:54:04 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f66a4ff03faa546f12f0ae5a841bd9eff2714dcc |
This updates the initial dry build in
.github/actions/generate-assets/action.ymlto use:flutter build bundle [existing args]The rest of the build remains unchanged. This avoids platform-specific build invocations during the pre-fetch/registration step while preserving all flags via sed transform.
Branch: fix/native-ci-dry-builds
Target: dev