Skip to content

Commit 307a6e9

Browse files
committed
Add workflow version field
1 parent 46f0114 commit 307a6e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ jobs:
4949
export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded
5050
5151
# Build LLM Demo for Android
52-
# bash build/build_android_llm_demo.sh ${ARTIFACTS_DIR_NAME}
53-
mkdir -p "${ARTIFACTS_DIR_NAME}/llm_demo"
54-
echo Hello > "${ARTIFACTS_DIR_NAME}/llm_demo/executorch.aar"
52+
bash build/build_android_llm_demo.sh ${ARTIFACTS_DIR_NAME}
5553
5654
shasum -a 256 "${ARTIFACTS_DIR_NAME}/llm_demo/executorch.aar"
5755

0 commit comments

Comments
 (0)