Skip to content

Commit

Permalink
💩 Mitigate fastlane error on android
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 11, 2024
1 parent 3e7b844 commit b2c38a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: ./gradlew assembleDebug
working-directory: android
- name: Archive APK
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: apk
path: android/app/build/outputs/apk
1 change: 1 addition & 0 deletions .github/workflows/production_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
run: bundle exec fastlane beta
working-directory: android
env:
RUBYOPT: '-rostruct' # TODO: Remove when https://github.com/fastlane/fastlane/pull/21950 gets released
SENTRY_LOAD_DOTENV: 0
ANDROID_RELEASE_KEY_STORE_PASSWORD: ${{ secrets.ANDROID_RELEASE_KEY_STORE_PASSWORD }}
ANDROID_RELEASE_KEY_KEY_PASSWORD: ${{ secrets.ANDROID_RELEASE_KEY_KEY_PASSWORD }}

0 comments on commit b2c38a4

Please sign in to comment.