chore: workflows

This commit is contained in:
Mo
2022-06-09 12:02:27 -05:00
parent 5f2d088384
commit 4f098d9704
2 changed files with 9 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ jobs:
GOOGLE_PLAY_JSON_KEY_DATA: ${{ secrets.GOOGLE_PLAY_JSON_KEY_DATA }}
with:
lane: 'android dev'
subdirectory: 'packages/mobile'
- name: Upload universal apk to artifacts
uses: actions/upload-artifact@v2
with:
@@ -51,7 +52,7 @@ jobs:
ios:
defaults:
run:
working-directory: ./packages/mobile
working-directory: packages/mobile
runs-on: macos-11
timeout-minutes: 90
if: "!contains(github.event.head_commit.message, 'skip ci')"
@@ -79,6 +80,7 @@ jobs:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
with:
lane: 'ios setup'
subdirectory: 'packages/mobile'
- name: fastlane
uses: maierj/fastlane-action@v1.4.0
env:
@@ -96,3 +98,4 @@ jobs:
BUILD_NUMBER: ${{ github.run_number }}
with:
lane: 'ios dev'
subdirectory: 'packages/mobile'

View File

@@ -6,7 +6,7 @@ jobs:
android:
defaults:
run:
working-directory: ./packages/mobile
working-directory: packages/mobile
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
@@ -36,6 +36,7 @@ jobs:
GOOGLE_PLAY_JSON_KEY_DATA: ${{ secrets.GOOGLE_PLAY_JSON_KEY_DATA }}
with:
lane: 'android prod'
subdirectory: 'packages/mobile'
- name: Upload universal apk to artifacts
uses: actions/upload-artifact@v2
with:
@@ -49,7 +50,7 @@ jobs:
ios:
defaults:
run:
working-directory: ./packages/mobile
working-directory: packages/mobile
runs-on: macos-11
timeout-minutes: 90
steps:
@@ -76,6 +77,7 @@ jobs:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
with:
lane: 'ios setup'
subdirectory: 'packages/mobile'
- name: fastlane
uses: maierj/fastlane-action@v1.4.0
env:
@@ -93,4 +95,5 @@ jobs:
BUILD_NUMBER: ${{ github.run_number }}
with:
lane: 'ios prod'
subdirectory: 'packages/mobile'