Skip to content

Commit 6ccfa57

Browse files
committed
Fix release action
1 parent efa6516 commit 6ccfa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
flutter pub run pigeon --input lib/src/pigeon.dart
2727
cd example
2828
flutter create .
29-
sed s/flutter.minSdkVersion/19/ android/app/build.gradle
29+
sed -i "s/flutter.minSdkVersion/19/" android/app/build.gradle
3030
flutter build apk --target-platform android-arm64
3131
- uses: actions/upload-release-asset@v1
3232
env:

0 commit comments

Comments
 (0)