From 41e7d6fafdc399c9197ab712281f8bd281a8b362 Mon Sep 17 00:00:00 2001 From: jiaxiao zhou Date: Mon, 21 Aug 2023 20:27:50 +0000 Subject: [PATCH] try again 2 Signed-off-by: jiaxiao zhou --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 21e7f822..873d64f2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,10 +33,12 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/download-artifact@v3 + - name: Display structure of downloaded files + run: ls -R - name: Extract containerd-wasm-shims-v1-linux-${{ env.ARCH }} run: | mkdir -p ./bin - tar -xzf containerd-wasm-shims-v1-linux-${{ env.ARCH }}/containerd-wasm-shims-v1-linux-${{ env.ARCH }} -C ./bin + tar -xzf containerd-wasm-shims-v1-linux-${{ env.ARCH }}/containerd-wasm-shims-v1-linux-${{ env.ARCH }}.tar.gz -C ./bin - name: install k3d run: make install-k3d working-directory: ./deployments/k3d