From 9693e4ac90362378cf89133dbfd83a436015feee Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 18 Jun 2021 12:06:36 +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 0827e9e..207c929 100644 --- a/.github/workflows/build_nightly.yml +++ b/.github/workflows/build_nightly.yml @@ -78,7 +78,7 @@ jobs: channel: 'stable' - run: flutter pub get - name: Copy production config - run: echo ${{ secrets.PRODUCTION_CONFIG }} > lib/app_config.dart + run: echo "${{ secrets.PRODUCTION_CONFIG }}" > lib/app_config.dart - run: pub global activate peanut - run: flutter pub global run peanut:peanut - run: git push origin --set-upstream gh-pages