mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(ci): Fix artifact name typo (#3108)
https://github.com/firezone/firezone/actions/runs/7402448436
This commit is contained in:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user