Skip to content
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

chore(dev): Upgraded upload-artifact to v4.6.0 #5895

Merged
merged 7 commits into from
Feb 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(): added updated GitHub action Android emulator location
tyllark committed Feb 10, 2025
commit b650a32f3fcdc915aa4d14b67b5ede7449ea6ba7
22 changes: 11 additions & 11 deletions .github/composite_actions/launch_android_emulator/dist/main.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion actions/lib/src/android/avd_manager.dart
Original file line number Diff line number Diff line change
@@ -10,7 +10,8 @@ import 'package:actions/src/node/process_manager.dart';
import 'package:path/path.dart' as p;
import 'package:retry/retry.dart';

final androidAvdHome = p.join(process.getEnv('HOME')!, '.android', 'avd');
final androidAvdHome =
p.join(process.getEnv('HOME')!, '.config', '.android', 'avd');

final class AvdManager {
AvdManager({