Skip to content

Commit

Permalink
fix a name typo on the tarball
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Aug 21, 2023
1 parent c8195d4 commit cb4013c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb4013c

Please sign in to comment.