From 08337560e561ed908a403ba98c825d643b562743 Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Wed, 6 Aug 2025 10:35:21 -0400 Subject: [PATCH] use new script on beta --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index f5ad4e609..ffc527caf 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -35,7 +35,7 @@ jobs: - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: channel: ${{ matrix.channel }} - - run: ./tool/flutter_ci_script_stable.sh + - run: ./tool/ci_script.dart # Verify the Android add-to-app samples build and pass tests with the beta # channel.