From 4acd23ea562ab38018d7f9882aa0639270601218 Mon Sep 17 00:00:00 2001 From: Terry Burton Date: Tue, 26 Jan 2021 14:25:55 +0000 Subject: [PATCH] CI: Fix fuzzer asset naming --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb998e1d34..95c830a861 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -334,7 +334,7 @@ jobs: - name: "Clang libFuzzer: Store assets on failure" uses: actions/upload-artifact@v2 with: - name: clang-fuzzer.tgz + name: clang-fuzzer path: build/fuzzer if: ${{ matrix.env.TEST_TYPE == 'fuzzing' && failure() }} -- 2.47.2