Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OroshiX committed Sep 29, 2024
1 parent 48e06d0 commit 9811125
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Fastlane testing beta build
working-directory: ./android
run: |
pwd
ls -l
ls -l fastlane
bundle exec fastlane beta
# Remove before this line
bundler-cache: true # runs `bundle install` and caches installed gems automatically
- name: Cache Flutter installation
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -136,16 +128,9 @@ jobs:
path: |
build/app/outputs/bundle/release/app-release.aab
build/app/outputs/mapping/release/mapping.txt
- name: Use Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true # runs `bundle install` and caches installed gems automatically
- name: Deploy to Google Play - alpha track
working-directory: ./android
run: |
pwd
ls -l
bundle exec fastlane deploy
build-ios:
Expand Down

0 comments on commit 9811125

Please sign in to comment.