From 28904758b5d79b2368ff7f4deb6d1c387d73c58d Mon Sep 17 00:00:00 2001 From: Ameer Hamza Date: Fri, 9 Aug 2024 19:46:04 +0500 Subject: [PATCH] Github workflow: fix typo in `zloop` artifact Signed-off-by: Ameer Hamza --- .github/workflows/zfs-linux-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zfs-linux-tests.yml b/.github/workflows/zfs-linux-tests.yml index 753f3cd0214e..74f94ab8f2a4 100644 --- a/.github/workflows/zfs-linux-tests.yml +++ b/.github/workflows/zfs-linux-tests.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/upload-artifact@v4 if: failure() with: - name: Zpool-logs-${{ inputs.os }} + name: Zloop-logs-${{ inputs.os }} path: | /var/tmp/zloop/*/ !/var/tmp/zloop/*/vdev/ @@ -46,7 +46,7 @@ jobs: - uses: actions/upload-artifact@v4 if: failure() with: - name: Zpool-files-${{ inputs.os }} + name: Zloop-files-${{ inputs.os }} path: | /var/tmp/zloop/*/vdev/ retention-days: 14