From cb4013cc294d0a73c1ab3df4e32e9093fb082d4d Mon Sep 17 00:00:00 2001 From: jiaxiao zhou Date: Mon, 21 Aug 2023 03:11:30 +0000 Subject: [PATCH] fix a name typo on the tarball Signed-off-by: jiaxiao zhou --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0d3e491..6f4db10a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: path: _artifacts - name: Extract containerd-wasm-shims-v1-linux-${{ env.ARCH }} run: | - tar -xzf _artifacts/containerd-wasm-shims-v1-linux-${{ env.ARCH }}.tar.gz -C _artifacts + tar -xzf _artifacts/containerd-wasm-shims-v1-linux-${{ env.ARCH }} -C _artifacts - name: install k3d run: make install-k3d working-directory: ./deployments/k3d