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