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 85981fc commit 64b3f0fCopy full SHA for 64b3f0f
.github/workflows/android.yml
@@ -63,7 +63,7 @@ jobs:
63
64
pip install awscli==1.32.18
65
AWS_CMD="aws s3 cp --dryrun"
66
- VERSION_NAME="$(date -f "%Y%m%d")"
+ VERSION_NAME="$(date +'%Y%m%d')"
67
${AWS_CMD} executorch.aar s3://ossci-android/executorch/release/${VERSION_NAME}/executorch.aar --acl public-read
68
69
# Running Android emulator directly on the runner and not using Docker
0 commit comments