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 @@ -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
You can’t perform that action at this time.
0 commit comments