Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kosukesaigusa committed Sep 9, 2023
1 parent cc8c57b commit 4bcc5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4bcc5fa

Please sign in to comment.