Skip to content

Commit

Permalink
fix: added missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorossi-cb committed Mar 13, 2024
1 parent 738e7ff commit 3c4f75b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Build iOS app
on:
workflow_call:
inputs:
FLUTTER_VERSION:
required: true
type: string
IOS_KEY_ID:
required: true
type: string
Expand Down Expand Up @@ -31,11 +34,12 @@ on:
required: true

env:
FLUTTER_VERSION: ${{ inputs.FLUTTER_VERSION }}
FLAVOR: ${{ inputs.FLAVOR }}
IOS_KEY_ID: ${{ inputs.IOS_KEY_ID }}
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 }}
FLAVOR: ${{ inputs.FLAVOR }}
IOS_BUILD_PATH: build/ios/ipa/dab.ipa

jobs:
Expand Down

0 comments on commit 3c4f75b

Please sign in to comment.