From 1513ffdb722344e7ad7dffee0748851869b7831e Mon Sep 17 00:00:00 2001 From: gopalrs <33950290+gopalrs@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:35:01 +0530 Subject: [PATCH] Allowing to upload artifacts even if the run failed. --- .github/workflows/labels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 4c3fb06b7..93995f747 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -111,6 +111,7 @@ jobs: dist/bin/search_memory_index --num_threads 48 --data_type uint8 --dist_fn l2 --filter_label 5 --index_path_prefix data/stit_zipf_32_100_64_new --query_file data/rand_uint8_10D_1K_norm50.0.bin --result_path data/zipf_stit_96_10_90_new --gt_file data/l2_zipf_uint8_10D_10K_norm50.0_10D_1K_norm50.0_gt100_wlabel -K 10 -L 16 32 150 - name: upload data and bin + if: success() || failure() uses: actions/upload-artifact@v4 with: name: labels-${{matrix.os}}