We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e5b01 commit b4b61baCopy full SHA for b4b61ba
.github/workflows/build.yaml
@@ -78,6 +78,10 @@ jobs:
78
with:
79
cache: true
80
channel: stable
81
+ - name: Setup Android SDK
82
+ uses: android-actions/setup-android@v3
83
+ with:
84
+ cmdline-tools-version: 12266719
85
86
# - name: GH-Page Build
87
# working-directory: ./macless_haystack
@@ -111,7 +115,6 @@ jobs:
111
115
working-directory: ./macless_haystack
112
116
run: |
113
117
yes | flutter doctor --android-licenses
114
- flutter config --jdk-dir="/usr/local/lib/android/sdk"
118
flutter doctor -v
119
flutter build apk --release --build-name=${{ env.VERSION }}
120
mv build/app/outputs/flutter-apk/app-release.apk build/app/outputs/flutter-apk/android-application.apk
0 commit comments