From d6985470ef0fd0aed40690a0d30a31cce140f2ae Mon Sep 17 00:00:00 2001 From: Jamil Date: Wed, 3 Jan 2024 15:02:05 -0800 Subject: [PATCH] fix(ci): Fix artifact name typo (#3108) https://github.com/firezone/firezone/actions/runs/7402448436 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b8a6b23fe..7cf17c9f9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -306,7 +306,7 @@ jobs: - name: Download digests uses: actions/download-artifact@v4 with: - pattern: ${{ matrix.image_image }}-*-digest + pattern: ${{ matrix.image_name }}-*-digest merge-multiple: true path: /tmp/digests/${{ matrix.image_name }} - name: Display structure of downloaded artifacts