Speed up fastlane install and upload correct artifact

This commit is contained in:
Lei Nelissen
2020-07-26 12:11:47 +02:00
parent db2801d77d
commit fde4d7ecb3
3 changed files with 190 additions and 3 deletions

View File

@@ -28,13 +28,13 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install fastlane
run: sudo gem install fastlane
run: sudo bundle install -j 6
- name: Install Node dependencies
run: npm install
- name: Generate APK
run: fastlane android beta
run: bundle exec fastlane android beta
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
path: android/build/outputs/**/*.apk
path: android/app/build/outputs/**/*.apk