Skip to content

Commit

Permalink
Update build-ios-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorossi-cb authored Mar 11, 2024
1 parent 1600714 commit b626726
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@ on:
IOS_EXPORT_OPTIONS_PLIST_PATH:
required: true
type: string
IOS_DISTRIBUTE_EXTERNAL:
required: true
type: string
IOS_NOTIFY_EXTERNAL_TESTERS:
required: true
type: string
IOS_TESTERS_GROUPS:
required: true
type: string
IOS_SUBMIT_BETA_REVIEW:
required: true
type: string
FLAVOR:
required: true
type: string
Expand All @@ -47,10 +35,6 @@ env:
IOS_ISSUER_ID: ${{ inputs.IOS_ISSUER_ID }}
IOS_APP_IDENTIFIER: ${{ inputs.IOS_APP_IDENTIFIER }}
IOS_EXPORT_OPTIONS_PLIST_PATH: ${{ inputs.IOS_EXPORT_OPTIONS_PLIST_PATH }}
IOS_DISTRIBUTE_EXTERNAL: ${{ inputs.IOS_DISTRIBUTE_EXTERNAL }}
IOS_NOTIFY_EXTERNAL_TESTERS: ${{ inputs.IOS_NOTIFY_EXTERNAL_TESTERS }}
IOS_TESTERS_GROUPS: ${{ inputs.IOS_TESTERS_GROUPS }}
IOS_SUBMIT_BETA_REVIEW: ${{ inputs.IOS_SUBMIT_BETA_REVIEW }}
FLAVOR: ${{ inputs.FLAVOR }}
IOS_BUILD_PATH: build/ios/ipa/dab.ipa

Expand Down

0 comments on commit b626726

Please sign in to comment.