Skip to content

Commit 7341a30

Browse files
committed
Test
1 parent 2bdf065 commit 7341a30

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
@@ -98,10 +98,10 @@ jobs:
9898
shell: bash
9999
run: |
100100
set -eux
101-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/app-debug.apk
102-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/app-debug-androidTest.apk
103-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/fp32-xnnpack-custom/model.zip
104-
curl -o android-test-debug-androidTest.apk https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/library_test_dir/executorch_android-debug-androidTest.apk
101+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14481315509/artifacts/llm_demo/app-debug.apk
102+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14481315509/artifacts/llm_demo/app-debug-androidTest.apk
103+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14481315509/artifacts/fp32-xnnpack-custom/model.zip
104+
curl -o android-test-debug-androidTest.apk https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14481315509/artifacts/library_test_dir/executorch_android-debug-androidTest.apk
105105
unzip model.zip
106106
mv *.pte model.pte
107107

0 commit comments

Comments
 (0)