Install and setup bundler correctly
This commit is contained in:
10
.github/workflows/fastlane.yml
vendored
10
.github/workflows/fastlane.yml
vendored
@@ -27,12 +27,18 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
- name: Set up Ruby 2.6
|
||||||
|
uses: actions/setup-ruby@v1
|
||||||
|
with:
|
||||||
|
ruby-version: 2.6.x
|
||||||
- name: Install fastlane
|
- name: Install fastlane
|
||||||
run: sudo bundle install -j 6
|
run: |
|
||||||
|
gem install bundler
|
||||||
|
bundle install -j 6
|
||||||
- name: Install Node dependencies
|
- name: Install Node dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Generate APK
|
- name: Generate APK
|
||||||
run: bundle exec fastlane android beta
|
run: fastlane android beta
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user