Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OroshiX committed Sep 29, 2024
1 parent de2c679 commit e4b0b8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
build-android:
runs-on: ubuntu-latest
needs: version
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/android/Gemfile
steps:
- uses: actions/checkout@v3
- name: Cache Flutter installation
Expand Down Expand Up @@ -124,7 +126,9 @@ jobs:
ruby-version: 3.3
bundler-cache: true # runs `bundle install` and caches installed gems automatically
- name: Deploy to Google Play - alpha track
run: bundle exec fastlane deploy
run: |
cd android
bundle exec fastlane deploy
build-ios:
runs-on: macos-latest
Expand Down

0 comments on commit e4b0b8c

Please sign in to comment.