Skip to content

Commit

Permalink
fix: corrected path
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto committed Sep 6, 2024
1 parent 24cd1d3 commit 475b2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Flutter
uses: ./.github/actions/flutter-setup
- name: Build android
run: flutter build apk
run: cd example/ && flutter build apk

build-ios:
runs-on: macos-latest
Expand All @@ -30,5 +30,5 @@ jobs:
- name: Setup Flutter
uses: ./.github/actions/flutter-setup
- name: Build ios
run: flutter build ios
run: cd example/ && flutter build ios

0 comments on commit 475b2de

Please sign in to comment.