[#456] Fix binary name in build GitHub Action

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2022-05-25 18:21:34 +03:00 committed by Kira
parent 80c6122f55
commit 3f0dbcc995

View file

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