File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9191 [[ "${{ inputs.platform }}" == "flutter" ]] && cd ios
9292
9393 if [[ '${{ inputs.certificate-type }}' == 'distribution' || '${{ inputs.certificate-type }}' == 'both' ]]; then
94- fastlane match_for_signing type:appstore refresh_certificates:true
95- fastlane match_for_signing type:adhoc refresh_certificates:true
94+ bundle exec fastlane match_for_signing type:appstore refresh_certificates:true
95+ bundle exec fastlane match_for_signing type:adhoc refresh_certificates:true
9696 fi
9797 if [[ '${{ inputs.certificate-type }}' == 'development' || '${{ inputs.certificate-type }}' == 'both' ]]; then
98- fastlane match_for_signing type:development refresh_certificates:true
98+ bundle exec fastlane match_for_signing type:development refresh_certificates:true
9999 fi
You can’t perform that action at this time.
0 commit comments