Skip to content

Commit b3650ea

Browse files
committed
new zip
1 parent a46fbc2 commit b3650ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/_android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
shell: bash
103103
run: |
104104
set -eux
105-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14481854512/artifacts/llm_demo/app-debug.apk
106-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14481854512/artifacts/llm_demo/app-debug-androidTest.apk
107-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14481854512/artifacts/fp32-xnnpack-custom/model.zip
108-
curl -o android-test-debug-androidTest.apk https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14481854512/artifacts/library_test_dir/executorch_android-debug-androidTest.apk
105+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14500471784/artifacts/llm_demo/app-debug.apk
106+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14500471784/artifacts/llm_demo/app-debug-androidTest.apk
107+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14500471784/artifacts/fp32-xnnpack-custom/model.zip
108+
curl -o android-test-debug-androidTest.apk https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14500471784/artifacts/library_test_dir/executorch_android-debug-androidTest.apk
109109
unzip model.zip
110110
mv *.pte model.pte
111111

0 commit comments

Comments
 (0)