From 375d66699b343a6d197fada33bb39b436ae2b975 Mon Sep 17 00:00:00 2001 From: armfazh Date: Fri, 9 Aug 2024 01:37:36 -0600 Subject: [PATCH] Fix name of artifact. --- .github/workflows/oncici.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oncici.yml b/.github/workflows/oncici.yml index c9765b5..be22914 100644 --- a/.github/workflows/oncici.yml +++ b/.github/workflows/oncici.yml @@ -26,7 +26,7 @@ jobs: bin/bench | tee timings_${{ matrix.compiler[0] }}.txt - uses: actions/upload-artifact@v4 with: - name: Timings + name: Timings_${{ matrix.compiler[0] }} path: build/timings_${{ matrix.compiler[0] }}.txt test: name: Testing