We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71aa6cb commit c569ea8Copy full SHA for c569ea8
.github/pytorch-probot.yml
@@ -1,6 +1,7 @@
1
# The schema is from https://github.com/pytorch/pytorch/blob/main/.github/pytorch-probot.yml
2
ciflow_push_tags:
3
- ciflow/android
4
+- ciflow/android/release
5
- ciflow/apple
6
- ciflow/nightly
7
- ciflow/trunk
.github/workflows/android.yml
@@ -56,6 +56,11 @@ jobs:
56
runs-on: ubuntu-22.04
57
timeout-minutes: 10
58
steps:
59
+ - name: configure aws credentials
60
+ uses: aws-actions/[email protected]
61
+ with:
62
+ role-to-assume: arn:aws:iam::308535385114:role/gha_executorch_upload-frameworks-android
63
+ aws-region: us-east-1
64
- name: Upload AAR to RC if ciflow/android/release tag is present
65
shell: bash
66
run: |
0 commit comments