Skip to content

Commit

Permalink
ci: fix --dart-define usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Jul 1, 2023
1 parent f95b84e commit 645b379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.build.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "This build is tagged as $BUILD_NUMBER on $GITHUB_REF"
- name: 'Build Android App Bundle'
if: ${{ inputs.android_output == 'aab' }}
run: flutter build appbundle --build-number="$BUILD_NUMBER" --dart-define SENTRY_DSN="$SENTRY_DSN" --dart-define ENV="$ENV"
run: flutter build appbundle --build-number="$BUILD_NUMBER" --dart-define=SENTRY_DSN="$SENTRY_DSN" --dart-define=ENV="$ENV"
env:
BUILD_NUMBER: ${{ env.BUILD_NUMBER }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
Expand Down

0 comments on commit 645b379

Please sign in to comment.