fix(ci): Fix artifact name typo (#3108)

https://github.com/firezone/firezone/actions/runs/7402448436
This commit is contained in:
Jamil
2024-01-03 15:02:05 -08:00
committed by GitHub
parent 6fe5c96b15
commit d6985470ef

View File

@@ -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