Skip to content

Commit

Permalink
Upload data and bin even if a run fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
gopalrs authored Dec 6, 2024
1 parent 1513ffd commit a0114e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dynamic-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
dist/bin/search_memory_index --data_type float --dist_fn l2 --fail_if_recall_below 70 --index_path_prefix data/index_rand_ins_del.after-concurrent-delete-del2500-7500 --result_path res_stream --query_file data/rand_float_10D_1K_norm1.0.bin --gt_file data/gt100_rand_random10D_1K -K 10 -L 20 40 60 80 100 -T 64
- name: upload data and bin
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: dynamic-labels-${{matrix.os}}
Expand Down

0 comments on commit a0114e0

Please sign in to comment.