Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Feb 6, 2024
1 parent 755e384 commit 3e39aac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/flutter-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ on:
- 'example/**'
- '!example/README.md'

# defaults:
# run:
# working-directory: example
defaults:
run:
working-directory: example

jobs:
build-android:
Expand Down Expand Up @@ -47,15 +47,13 @@ jobs:

- name: Install dependencies
run: flutter pub get
working-directory: example

- name: Install dependencies
run: ./gradlew --version
working-directory: android
- name: Generate gradle wrapper
run: gradle wrapper --gradle-version 8.2 --distribution-type all
working-directory: example/android

- name: Build
run: flutter build apk
working-directory: example

# build-ios:
# name: Build iOS demo
Expand Down
6 changes: 0 additions & 6 deletions example/android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

0 comments on commit 3e39aac

Please sign in to comment.