Skip to content

Commit

Permalink
remove name in download artifact in favour of glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 1, 2024
1 parent 0ecb7e9 commit 51cc485
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:
- name: Download digests
uses: actions/download-artifact@v4
with:
name: digests-${{ env.PLATFORM_PAIR }}
path: /tmp/digests
pattern: "digests-${{ matrix.config.arch }}*"

Expand Down

0 comments on commit 51cc485

Please sign in to comment.