From 2774a30f3d22fb708276f4cb540e5868cce4a345 Mon Sep 17 00:00:00 2001 From: Pedro Paulo de Amorim Date: Fri, 6 Jun 2025 00:37:35 +0100 Subject: [PATCH] Replace dart with flutter command --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5d611ed..6a8df3d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: dart-lang/setup-dart@v1 - name: Install dependencies - run: dart pub get + run: flutter pub get # Here you can insert custom steps you need # - run: dart tool/generate-code.dart - name: Publish