Skip to content

Commit

Permalink
Include platform in android s3 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Sep 7, 2024
1 parent 0026ff1 commit 5a7fee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
MYAPP_UPLOAD_KEY_PASSWORD: ${{ secrets.MYAPP_UPLOAD_KEY_PASSWORD }}

- name: Upload AdHoc build to S3
run: bundle exec fastlane upload_s3
run: bundle exec fastlane android upload_s3
env:
S3_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY_ID }}
S3_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 5a7fee7

Please sign in to comment.