Skip to content

Commit 71aa6cb

Browse files
committed
Nondry run
1 parent 64b3f0f commit 71aa6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
wget https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/executorch.aar
6363
6464
pip install awscli==1.32.18
65-
AWS_CMD="aws s3 cp --dryrun"
65+
AWS_CMD="aws s3 cp"
6666
VERSION_NAME="$(date +'%Y%m%d')"
6767
${AWS_CMD} executorch.aar s3://ossci-android/executorch/release/${VERSION_NAME}/executorch.aar --acl public-read
6868

0 commit comments

Comments
 (0)