Skip to content

Commit

Permalink
fix: actions docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Feb 22, 2024
1 parent eb359fb commit d9d97ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Download build artifact
uses: actions/download-artifact@v4
with:
name: production-artifacts-${{matrix.goarch}}
name: production-artifacts-*
merge-multiple: true
- name: Set up Docker Build
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit d9d97ec

Please sign in to comment.