From ae9ee82aa699a1f7a27b59b4db70769b8d04ee1a Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Thu, 18 Aug 2022 16:41:23 -0700 Subject: [PATCH] Add extract --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df78a07..992f21a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,6 +32,10 @@ jobs: name: github-pages path: artifact2 + - name: Extract artifacts + run: tar --force-local -xf artifact2/artifact.tar -C artifact2 && rm artifact2/artifact.tar + shell: bash + - name: Compare artifacts run: diff -qr artifact artifact2 shell: bash