Skip to content

Commit 0ea76a2

Browse files
committed
Fix release action
1 parent 58a490b commit 0ea76a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
flutter pub get
2626
flutter pub run pigeon --input lib/pigeon.dart
2727
cd example
28+
flutter create . --platforms android
2829
flutter build apk --split-per-abi
2930
- uses: softprops/action-gh-release@v1
3031
with:

0 commit comments

Comments
 (0)