Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 2c2782f

Browse files
committed
updated github action
1 parent 151fccb commit 2c2782f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ jobs:
5858
working-directory: ${{ env.APK_BUILD_DIR }}
5959
run: flutter pub get
6060

61-
- name: Build generated files
62-
working-directory: ${{ env.APK_BUILD_DIR }}
63-
run: flutter pub run build_runner build -d
64-
6561
- name: Build APK
6662
working-directory: ${{ env.APK_BUILD_DIR }}
6763
run: flutter build apk --release

0 commit comments

Comments
 (0)