Skip to content

Commit

Permalink
fix: Android Builds (#2484)
Browse files Browse the repository at this point in the history
* chore: fastlane update

* chore: attempting work around

* fix: Applied on other android builds
  • Loading branch information
jimhunty authored Aug 22, 2024
1 parent 323bb1f commit 4192866
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/amazon-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
FASTLANE_TEAM_ID: ${{ secrets.FASTLANE_TEAM_ID }}
SUPPLY_JSON_KEY_DATA: ${{ secrets.SUPPLY_JSON_KEY_DATA }}
BUILD_NUMBER: ${{ env.BUILD_NUMBER }}
RUBYOPT: '-rostruct' # TODO: Remove when https://github.com/fastlane/fastlane/pull/21950 gets released

- uses: actions/upload-artifact@v3
if: always()
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/android-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
SUPPLY_JSON_KEY_DATA: ${{ secrets.SUPPLY_JSON_KEY_DATA }}
BUILD_NUMBER: ${{ env.BUILD_NUMBER }}
SUPPLY_UPLOAD_MAX_RETRIES: 5
RUBYOPT: '-rostruct' # TODO: Remove when https://github.com/fastlane/fastlane/pull/21950 gets released

- uses: actions/upload-artifact@v3
if: always()
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
FASTLANE_TEAM_ID: ${{ secrets.FASTLANE_TEAM_ID }}
SUPPLY_JSON_KEY_DATA: ${{ secrets.SUPPLY_JSON_KEY_DATA }}
BUILD_NUMBER: ${{ env.BUILD_NUMBER }}
RUBYOPT: '-rostruct' # TODO: Remove when https://github.com/fastlane/fastlane/pull/21950 gets released

- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 4192866

Please sign in to comment.