You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: flutter-build-ios
2
-
description: Build ios app see https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development for more info
2
+
description: Setups the environment to build ios apps with flutter
3
3
branding:
4
4
icon: box
5
5
color: green
@@ -56,6 +56,7 @@ runs:
56
56
run: dart pub global activate flutterfire_cli 0.3.0-dev.19 --overwrite
57
57
shell: bash
58
58
59
+
# see https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development for more info
59
60
- name: Install the Apple certificate and provisioning profile
0 commit comments