Skip to content

Commit

Permalink
fix: fix the path to tarball in the release pipeline (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka authored Sep 3, 2023
1 parent 2191d35 commit a0cccaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
- name: untar x86_64 musl artifacts into ./deployments/k3d/.tmp dir
run: |
mkdir -p ./deployments/k3d/.tmp
tar -xf ./_artifacts/containerd-wasm-shims-v1-linux-x86_64/containerd-wasm-shims-v1-linux-x86_64.tar.gz \
--directory ./deployments/k3d/.tmp
for f in ./_artifacts/*/*-x86_64.tar.gz; do tar -xf $f --directory ./deployments/k3d/.tmp; done
- name: build and push k3d shim image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit a0cccaf

Please sign in to comment.