From b4ea5cff075a8e9232a89b0c1c68195350fe6ae6 Mon Sep 17 00:00:00 2001 From: Michele Degges Date: Fri, 25 Feb 2022 17:29:06 -0800 Subject: [PATCH] Fix linux packaging CI step on workflow_call events (#11601) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 567c86f32..62dd1a73e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -169,7 +169,7 @@ jobs: - name: Linux Packaging uses: hashicorp/actions-packaging-linux@v1 with: - name: ${{ github.event.repository.name }} + name: "${{ env.PKG_NAME }}" description: "HashiCorp Packer - A tool for creating identical machine images for multiple platforms from a single source configuration" arch: ${{ matrix.goarch }} version: ${{ needs.get-product-version.outputs.product-version }}