Skip to content

Commit

Permalink
fix: ci.yml and release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harljo committed Apr 4, 2024
1 parent ce74823 commit 74f895e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
flutter pub get
flutter pub run flutter_oss_licenses:generate.dart
flutter pub run intl_utils:generate
dart --enable_deprecated_wait_for run flutter_iconpicker:generate_packs --packs material
# Create a directory for our release APKs
mkdir -pv build/app/outputs/release
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
flutter pub get
flutter pub run flutter_oss_licenses:generate.dart
flutter pub run intl_utils:generate
dart --enable_deprecated_wait_for run flutter_iconpicker:generate_packs --packs material
# Create a directory for our release APKs
mkdir -pv build/app/outputs/release
Expand Down

0 comments on commit 74f895e

Please sign in to comment.