Skip to content

Commit

Permalink
chore: provide export options plist
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastersam07 committed Nov 12, 2024
1 parent a5a53ab commit 3ff20bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
id: shorebird-patch-ios
working-directory: packages/${{ inputs['package-name'] }}
run: |
shorebird patch ios --allow-native-diffs --release-version ${{ inputs.build-version }}+${{ inputs.build-number }} -- --dart-define-from-file=.env
shorebird patch ios --allow-native-diffs --release-version ${{ inputs.build-version }}+${{ inputs.build-number }} -- --dart-define-from-file=.env --export-options-plist=$HOME/export_options.plist
# with:
# platform: ios
# args: --allow-native-diffs --flutter-version=3.24.3
Expand Down

0 comments on commit 3ff20bb

Please sign in to comment.