Skip to content

Commit

Permalink
Update android-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercy811 committed Feb 23, 2024
1 parent 3f6cf29 commit 59693eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Generate local.properties
run: |
echo "flutter.sdk=$(flutter sdk-path)" > example/android/local.properties
echo "flutter.sdk=$(which flutter | sed 's|/bin/flutter||')" > example/android/local.properties
echo "sdk.dir=${ANDROID_HOME}" >> example/android/local.properties
echo "flutter.buildMode=debug" >> example/android/local.properties
Expand Down

0 comments on commit 59693eb

Please sign in to comment.