From 100ad7b450fc0b61dfabca31e0df39a84b451eae Mon Sep 17 00:00:00 2001 From: Shiloh Heurich Date: Tue, 27 Feb 2024 17:44:15 -0500 Subject: [PATCH] fix --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 181a207f..a7590837 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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