Skip to content

Commit 58a490b

Browse files
committed
Fix build action
1 parent 95d5681 commit 58a490b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
channel: stable
2222
- name: Build
2323
run: |
24+
mkdir -p android/src/main/java/qiuxiang/android_window
25+
flutter pub get
26+
flutter pub run pigeon --input lib/pigeon.dart
2427
cd example
25-
flutter create . --platforms android
2628
flutter build apk --split-per-abi
2729
- uses: softprops/action-gh-release@v1
2830
with:

0 commit comments

Comments
 (0)