Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2002Bishwajeet authored Mar 21, 2023
1 parent bc3e1c8 commit 71f1f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
working-directory: ./ecoseva_app
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
Expand All @@ -33,12 +33,12 @@ jobs:
runs-on: macos-latest
defaults:
run:
working-directory: ./frontend
working-directory: ./ecoseva_app
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- run: flutter clean
- run: flutter pub get
- run: flutter build ios --release --no-codesign
- run: flutter build ios --release --no-codesign

0 comments on commit 71f1f0d

Please sign in to comment.