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