From d75784406b3b09b803de536101d366c28cdfcfbc Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Tue, 7 Feb 2023 16:57:30 +0000 Subject: [PATCH] Update publish.yml Signed-off-by: Matthew B White --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b34b9c3..4e29579 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -64,7 +64,7 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: bin/microfab-${GOARCH} + files: bin/microfab-* # Build the container images and push to the ghcr.io repo # amd64/arm64