Skip to content

Commit

Permalink
ci: Fix Flutter iOS build command to use environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
riscait committed May 13, 2024
1 parent 649589f commit 884a4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy_ios_app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
- name: Build iOS by Flutter
# Specify `--no-codesign` as signing at this stage will result in an error.
run: |
flutter build ios --release --dart-define-from-file=dart_defines/${{ inputs.flavor }}.json --no-codesign
flutter build ios --release --dart-define-from-file=dart_defines/${{ inputs.flavor }}.env --no-codesign
shell: bash
working-directory: ${{ inputs.working-directory }}

Expand Down

0 comments on commit 884a4f9

Please sign in to comment.