Update main-docker.yml (digests download)

Trying another fix based on the template provided here https://github.com/actions/download-artifact for downloading multiple (filtered) Artifacts to the same directory
This commit is contained in:
wuchyi 2024-09-18 02:26:04 +08:00 committed by GitHub
parent 8082821559
commit 5b8eb166ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,8 +78,10 @@ jobs:
name: Download digests
uses: actions/download-artifact@v4.1.7
with:
name: digests-${{ matrix.target }}
path: /tmp/digests
pattern: digests-*
merge-multiple: true
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3