Skip to content

Commit

Permalink
Merge pull request #9 from staszekscp/fix-bucket
Browse files Browse the repository at this point in the history
revert line
  • Loading branch information
staszekscp authored Nov 23, 2022
2 parents 9947992 + f9774e5 commit eeef731
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ jobs:
# env:
# LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}


- name: Run Fastlane beta test
id: runFastlaneBetaTest
run: bundle exec fastlane android build_test
env:
S3_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY_ID }}
S3_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
S3_BUCKET: ad-hoc-expensify-cash
S3_REGION: us-east-1
S3_BUCKET: aws-upload-test-fastlane
S3_REGION: eu-central-1

- uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -86,7 +85,7 @@ jobs:
name: ios
path: ./ios_paths.json


# web:
# name: Build and deploy Web
# runs-on: ubuntu-latest
Expand Down

0 comments on commit eeef731

Please sign in to comment.