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 fd3b824 commit 8d8d883
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@ jobs:
ruby-version: 3.3
bundler-cache: true # runs `bundle install` and caches installed gems automatically
- name: Deploy to Google Play - alpha track
run: cd ${{ github.workspace }}/android && bundle exec fastlane deploy
working-directory: ./android
run: |
pwd
ls -l
bundle exec fastlane deploy
build-ios:
runs-on: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion android/fastlane

0 comments on commit 8d8d883

Please sign in to comment.