From 0c2f5018babe03775456432d2484de2f4b8ee87b Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 18 Jun 2021 12:08:43 +0200 Subject: [PATCH] fix build --- .github/workflows/build_nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_nightly.yml b/.github/workflows/build_nightly.yml index 207c929..6f8c13b 100644 --- a/.github/workflows/build_nightly.yml +++ b/.github/workflows/build_nightly.yml @@ -79,7 +79,7 @@ jobs: - run: flutter pub get - name: Copy production config run: echo "${{ secrets.PRODUCTION_CONFIG }}" > lib/app_config.dart - - run: pub global activate peanut + - run: flutter pub global activate peanut - run: flutter pub global run peanut:peanut - run: git push origin --set-upstream gh-pages