Skip to content

Commit

Permalink
Updates CI settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Sep 26, 2024
1 parent 53d2848 commit 2125f01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_spm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "#include \"Generated.xcconfig\""\n" > Flutter/Debug.xcconfig
cat Flutter/Debug.xcconfig
echo "#include \"Generated.xcconfig\""\n" > Flutter/Release.xcconfig
cat Release.xcconfig
cat Flutter/Release.xcconfig
working-directory: ${{ github.workspace }}/flutter_platform_alert/example/macos
- name: Build macOS
run: flutter build macos
Expand All @@ -41,10 +41,10 @@ jobs:
run: |
pod deintegrate
rm Podfile
echo "#include \"Generated.xcconfig\"\n" > Flutter/Debug.xcconfig
echo "#include \"Generated.xcconfig\""\n" > Flutter/Debug.xcconfig
cat Flutter/Debug.xcconfig
echo "#include \"Generated.xcconfig\"\n" > Flutter/Release.xcconfig
cat Release.xcconfig
echo "#include \"Generated.xcconfig\""\n" > Flutter/Release.xcconfig
cat Flutter/Release.xcconfig
working-directory: ${{ github.workspace }}/flutter_platform_alert/example/ios
- name: Build iOS
run: |
Expand Down

0 comments on commit 2125f01

Please sign in to comment.