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 64b3f0f commit 71aa6cbCopy full SHA for 71aa6cb
.github/workflows/android.yml
@@ -62,7 +62,7 @@ jobs:
62
wget https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/executorch.aar
63
64
pip install awscli==1.32.18
65
- AWS_CMD="aws s3 cp --dryrun"
+ AWS_CMD="aws s3 cp"
66
VERSION_NAME="$(date +'%Y%m%d')"
67
${AWS_CMD} executorch.aar s3://ossci-android/executorch/release/${VERSION_NAME}/executorch.aar --acl public-read
68
0 commit comments