From 7662f40c57a40c384d6463f09eef8b8c374d1c50 Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Mon, 22 Jan 2024 23:24:03 +0100 Subject: [PATCH] ... --- .github/workflows/release.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fdc6acdf6..c2f735775 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,10 +57,8 @@ jobs: with: flutter-version: ${{ env.FLUTTER_VERSION }} cache: true - # #Pangea - #- name: Apply Google Services Patch - # run: git apply ./scripts/enable-android-google-services.patch - # Pangea# + - name: Apply Google Services Patch + run: git apply ./scripts/enable-android-google-services.patch - name: Remove Emoji Font run: | rm -rf fonts/NotoEmoji @@ -128,10 +126,8 @@ jobs: ruby-version: 2.7 - name: Install Fastlane run: gem install fastlane -NV - # #Pangea - #- name: Apply Google Services Patch - # run: git apply ./scripts/enable-android-google-services.patch - # Pangea# + - name: Apply Google Services Patch + run: git apply ./scripts/enable-android-google-services.patch - name: Remove Emoji Font run: | rm -rf fonts/NotoEmoji