Skip to content

Commit 64b3f0f

Browse files
committed
Fix date
1 parent 85981fc commit 64b3f0f

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
@@ -63,7 +63,7 @@ jobs:
6363
6464
pip install awscli==1.32.18
6565
AWS_CMD="aws s3 cp --dryrun"
66-
VERSION_NAME="$(date -f "%Y%m%d")"
66+
VERSION_NAME="$(date +'%Y%m%d')"
6767
${AWS_CMD} executorch.aar s3://ossci-android/executorch/release/${VERSION_NAME}/executorch.aar --acl public-read
6868
6969
# Running Android emulator directly on the runner and not using Docker

0 commit comments

Comments
 (0)