Skip to content

Commit

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

docker:
Expand All @@ -67,7 +67,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: dist
pattern: dist-${{ matrix.docker-os }}-${{ matrix.docker-arch }}
pattern: dist-${{ matrix.docker-os }}-${{ matrix.docker-arch }}-${{ matrix.app }}
- name: Display artifacts
run: ls -lR dist
- name: Set up QEMU
Expand Down

0 comments on commit 100ad7b

Please sign in to comment.