mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
updates gzip artifact name with goos and goarch
This commit is contained in:
parent
3bdc49da04
commit
6194fb14af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue