File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
56
56
mkdir aar-out
57
57
export BUILD_AAR_DIR=aar-out
58
58
bash build/build_android_library.sh
59
- mkdir -p "${ARTIFACTS_DIR_NAME}/llm_demo "
60
- cp aar-out/executorch.aar "${ARTIFACTS_DIR_NAME}/llm_demo/ executorch.aar"
59
+ mkdir -p "${ARTIFACTS_DIR_NAME}"
60
+ cp aar-out/executorch.aar "${ARTIFACTS_DIR_NAME}/executorch.aar"
61
61
62
- shasum -a 256 "${ARTIFACTS_DIR_NAME}/llm_demo/ executorch.aar"
62
+ shasum -a 256 "${ARTIFACTS_DIR_NAME}/executorch.aar"
63
63
64
64
upload-release-aar :
65
65
name : upload-release-aar
78
78
- name : Upload AAR RC to AWS S3
79
79
shell : bash
80
80
run : |
81
- wget https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/ executorch.aar
81
+ wget https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/executorch.aar
82
82
shasum -a 256 executorch.aar > executorch.aar.sha256sums
83
83
84
84
pip install awscli==1.32.18
You can’t perform that action at this time.
0 commit comments