Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
sheurich committed Feb 28, 2024
1 parent 100ad7b commit 0047319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.go-os }}-${{ matrix.go-arch }}-${{ matrix.app }}
path: dist
path: dist/

docker:
needs:
Expand All @@ -66,6 +66,7 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
merge-multiple: true
path: dist
pattern: dist-${{ matrix.docker-os }}-${{ matrix.docker-arch }}-${{ matrix.app }}
- name: Display artifacts
Expand Down

0 comments on commit 0047319

Please sign in to comment.