From 4bcc5fa54c1d374f8ffaea9b404cb3543ac84bfe Mon Sep 17 00:00:00 2001 From: Kosuke Saigusa Date: Sat, 9 Sep 2023 12:38:52 +0900 Subject: [PATCH] ci: fix ci --- .github/workflows/release_to_dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_to_dev.yaml b/.github/workflows/release_to_dev.yaml index c5ebd07b..b54c1d75 100644 --- a/.github/workflows/release_to_dev.yaml +++ b/.github/workflows/release_to_dev.yaml @@ -53,7 +53,7 @@ jobs: mv DartDefines.xcconfig ios/ # ios/Flutter/Release.xcconfig ファイルに追記する - echo "#include DartDefines.xcconfig" >> ios/Flutter/Release.xcconfig + echo '#include "DartDefines.xcconfig"' >> ios/Flutter/Release.xcconfig - name: Decode and install provisioning profile run: |