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 2ff3c2b
Show file tree
Hide file tree
Showing 2 changed files with 6 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
1 change: 1 addition & 0 deletions android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ GEM
PLATFORMS
arm64-darwin-22
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
fastlane
Expand Down

0 comments on commit 2ff3c2b

Please sign in to comment.