From 6194fb14af8ee28fa4f8dc4007b685bcd2dd1c8d Mon Sep 17 00:00:00 2001 From: Christopher Lowenthal Date: Mon, 7 Nov 2022 10:42:26 -0500 Subject: [PATCH] updates gzip artifact name with goos and goarch --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 313691bc1..51ca86da4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -200,5 +200,5 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: featurebase-${{needs.meta.outputs.version}}.tar.gz + name: featurebase-${{needs.meta.outputs.version}}--${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz path: featurebase-${{needs.meta.outputs.version}}.tar.gz \ No newline at end of file