Skip to content

Commit 8311b49

Browse files
authored
Update action.yml
1 parent 7c97ccf commit 8311b49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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
33
branding:
44
icon: box
55
color: green
@@ -56,6 +56,7 @@ runs:
5656
run: dart pub global activate flutterfire_cli 0.3.0-dev.19 --overwrite
5757
shell: bash
5858

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
5960
- name: Install the Apple certificate and provisioning profile
6061
shell: bash
6162
env:

0 commit comments

Comments
 (0)