forked from TrueCloudLab/frostfs-rest-gw
parent
7c979aded7
commit
70eec56f8a
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
|
- name: Save binary
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: neofs-http-gw
|
name: neofs-rest-gw
|
||||||
path: bin/neofs-http-gw
|
path: bin/neofs-rest-gw
|
||||||
|
|
||||||
build_image:
|
build_image:
|
||||||
needs: build_cli
|
needs: build_cli
|
||||||
|
|
Loading…
Reference in a new issue