Skip to content

Commit 18cbb67

Browse files
committed
and just load
1 parent 1d84bf7 commit 18cbb67

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
@@ -103,10 +103,10 @@ jobs:
103103
shell: bash
104104
run: |
105105
set -eux
106-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14505002240/artifacts/llm_demo/app-debug.apk
107-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14505002240/artifacts/llm_demo/app-debug-androidTest.apk
108-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14505002240/artifacts/fp32-xnnpack-custom/model.zip
109-
curl -o android-test-debug-androidTest.apk https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14505002240/artifacts/library_test_dir/executorch_android-debug-androidTest.apk
106+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14504739494/artifacts/llm_demo/app-debug.apk
107+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14504739494/artifacts/llm_demo/app-debug-androidTest.apk
108+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14504739494/artifacts/fp32-xnnpack-custom/model.zip
109+
curl -o android-test-debug-androidTest.apk https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14504739494/artifacts/library_test_dir/executorch_android-debug-androidTest.apk
110110
unzip model.zip
111111
mv *.pte model.pte
112112

0 commit comments

Comments
 (0)