Skip to content

Commit ba54b24

Browse files
committed
dir name
1 parent 60f5755 commit ba54b24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
set -eux
7373
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/app-debug.apk
7474
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/app-debug-androidTest.apk
75-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/stories110M_xnnpack/model.zip
75+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/fp32-xnnpack+custom/model.zip
7676
unzip model.zip
7777
mv *.pte model.pte
7878

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
DTYPE=${{ matrix.dtype }}
110110
BUILD_TOOL="cmake"
111111
MODE=${{ matrix.mode }}
112-
ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded"
112+
ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}"
113113
114114
# Setup executorch
115115
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh cmake

0 commit comments

Comments
 (0)