We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 716682e + 49d9bf0 commit 526cfd5Copy full SHA for 526cfd5
.github/workflows/publish.yml
@@ -74,6 +74,7 @@ jobs:
74
- uses: actions/checkout@v3
75
# - run: flutter create .
76
- run: flutter pub get
77
+ - run: dart run build_runner build --delete-conflicting-outputs
78
79
# Configure Keystore for Android
80
- name: Configure Keystore for Android
0 commit comments