Skip to content

Commit

Permalink
Nondry run
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklandsign committed Sep 24, 2024
1 parent 64b3f0f commit 71aa6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
wget https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/executorch.aar
pip install awscli==1.32.18
AWS_CMD="aws s3 cp --dryrun"
AWS_CMD="aws s3 cp"
VERSION_NAME="$(date +'%Y%m%d')"
${AWS_CMD} executorch.aar s3://ossci-android/executorch/release/${VERSION_NAME}/executorch.aar --acl public-read
Expand Down

0 comments on commit 71aa6cb

Please sign in to comment.