We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa6516 commit 6ccfa57Copy full SHA for 6ccfa57
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
flutter pub run pigeon --input lib/src/pigeon.dart
27
cd example
28
flutter create .
29
- sed s/flutter.minSdkVersion/19/ android/app/build.gradle
+ sed -i "s/flutter.minSdkVersion/19/" android/app/build.gradle
30
flutter build apk --target-platform android-arm64
31
- uses: actions/upload-release-asset@v1
32
env:
0 commit comments