Skip to content

Commit 35d29f1

Browse files
committed
Update release action
1 parent f7f9f1b commit 35d29f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
GITHUB_TOKEN: ${{ github.token }}
2222
- name: Build
2323
run: |
24+
flutter pub run pigeon --input lib/src/pigeon.dart
2425
cd example
2526
flutter create .
2627
flutter build apk --target-platform android-arm64

.pubignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pigeon.dart

0 commit comments

Comments
 (0)