-
-
Couldn't load subscription status.
- Fork 1k
Tauri #4680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tauri #4680
Conversation
…lity and formatting
|
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 |
- Convert has_artifacts to string for GitHub Actions boolean check - Add safety check for pull_requests array before accessing - Prevents workflow failure when PR context is missing
The env var approach doesn't work in github-script inline mode. Using direct template substitution for artifact_links output.
- Use explicit yarn tauri:build and set projectPath to src-tauri for tauri-action - Broaden upload-artifact globs to capture bundles in nested target directories
This reverts commit 02def0d.
- New tauri-android-preview job for PR builds - Installs Java 17, Android SDK, and Rust Android targets - Builds debug APK using Tauri - Uploads APK artifact for testing
tauri-action appends 'build' automatically, so use 'yarn tauri android' not 'yarn tauri android build'
The Android project needs to be initialized before building. Run 'tauri android init --ci' to generate src-tauri/gen/android/
…s the Rust serialport crate
|


References
Added #4684 for tracking
Requirements
Docker