diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8cc0d5ea5..e22f9fc0a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -170,7 +170,8 @@ jobs: image: ubuntu:latest options: -v ${{ github.workspace }}:/work run: | - apt update && apt install -y openssl + apt update && apt install -y openssl + cd /work apt install ./out/${{ env.DEB_PACKAGE }} CONSUL_K8S_VERSION="$(consul-k8s version | awk '{print $2}')" VERSION="${{ needs.get-product-version.outputs.product-version }}"