updates gzip artifact name with goos and goarch

This commit is contained in:
Christopher Lowenthal 2022-11-07 10:42:26 -05:00
parent 3bdc49da04
commit 6194fb14af

View file

@ -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