Skip to content

Commit 6c80e04

Browse files
committed
Fix android artifacts upload
1 parent b0d829a commit 6c80e04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android-perf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
"--use_custom_sdpa"
350350
"--qlinear"
351351
"--qembedding"
352-
"--output_dir" "."
352+
"--output_dir" ".."
353353
)
354354
355355
# Add conditional arguments based on model
@@ -363,6 +363,7 @@ jobs:
363363
esac
364364
365365
optimum-cli export executorch "${ARGS[@]}"
366+
popd
366367
367368
mv model.pte ${OUT_ET_MODEL_NAME}.pte
368369
ls -lh "${OUT_ET_MODEL_NAME}.pte"

0 commit comments

Comments
 (0)