From b4807122d29370c79272f8d982e9c408736a4932 Mon Sep 17 00:00:00 2001 From: Sunghoon Kang Date: Tue, 9 Mar 2021 17:30:32 +0900 Subject: [PATCH] Update release workflow to upload binary without CNI Unlike [containerd/cri](https://github.com/containerd/cri) releases (https://storage.googleapis.com/cri-containerd-release), current release workflow doesn't publish binaries without CNI. Signed-off-by: Sunghoon Kang --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67680e320..d6d948df3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,14 +139,14 @@ jobs: sudo apt-get install -y gperf sudo -E PATH=$PATH script/setup/install-seccomp fi - make cri-cni-release + make cri-release cri-cni-release working-directory: src/github.com/containerd/containerd - name: Save cri-containerd binaries uses: actions/upload-artifact@v2 with: name: cri-containerd-binaries-${{ matrix.os }} - path: src/github.com/containerd/containerd/releases/cri-containerd-cni-*.tar.gz* + path: src/github.com/containerd/containerd/releases/cri-containerd-*.tar.gz* release: name: Create containerd Release