Skip to content

Commit f7e25e9

Browse files
committed
test
1 parent fe07b7f commit f7e25e9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/android-release-artifacts.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded
3030
3131
# Build LLM Demo for Android
32-
bash build/build_android_llm_demo.sh ${ARTIFACTS_DIR_NAME}
32+
# bash build/build_android_llm_demo.sh ${ARTIFACTS_DIR_NAME}
33+
mkdir -p "${ARTIFACTS_DIR_NAME}/llm_demo"
34+
touch "${ARTIFACTS_DIR_NAME}/llm_demo/executorch.aar"
35+
3336
3437
shasum -a 256 "${ARTIFACTS_DIR_NAME}/llm_demo/executorch.aar"
3538

.github/workflows/android.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ jobs:
4444
export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded
4545
4646
# Build LLM Demo for Android
47-
# bash build/build_android_llm_demo.sh ${ARTIFACTS_DIR_NAME}
48-
mkdir -p "${ARTIFACTS_DIR_NAME}/llm_demo"
49-
touch "${ARTIFACTS_DIR_NAME}/llm_demo/executorch.aar"
47+
bash build/build_android_llm_demo.sh ${ARTIFACTS_DIR_NAME}
5048
5149
# Running Android emulator directly on the runner and not using Docker
5250
run-emulator:

0 commit comments

Comments
 (0)