forked from TrueCloudLab/frostfs-s3-gw
[#456] Fix binary name in build GitHub Action
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
80c6122f55
commit
3f0dbcc995
1 changed files with 2 additions and 2 deletions
4
.github/workflows/builds.yml
vendored
4
.github/workflows/builds.yml
vendored
|
@ -39,8 +39,8 @@ jobs:
|
|||
- name: Save binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: neofs-http-gw
|
||||
path: bin/neofs-http-gw
|
||||
name: neofs-s3-gw
|
||||
path: bin/neofs-s3-gw
|
||||
|
||||
build_image:
|
||||
needs: build_cli
|
||||
|
|
Loading…
Reference in a new issue