File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ jobs:
75
75
run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
76
76
- name : Run setup command.
77
77
run : ${{ inputs.setup_command }}
78
- # - name: Install Secret GoogleService-Info.plist
79
- # run: |
80
- # scripts/decrypt_gha_secret.sh \
81
- # ${{ inputs.plist_src_path }} \
82
- # ${{ inputs.plist_dst_path }} \
83
- # "$plist_secret"
78
+ - name : Install Secret GoogleService-Info.plist
79
+ run : |
80
+ scripts/decrypt_gha_secret.sh \
81
+ ${{ inputs.plist_src_path }} \
82
+ ${{ inputs.plist_dst_path }} \
83
+ "$plist_secret"
84
84
- name : Build ${{ inputs.product }} Quickstart (${{ inputs.is_legacy && 'Legacy' || 'Non-Legacy' }})
85
85
uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
86
86
with :
You can’t perform that action at this time.
0 commit comments