diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index eaa7750..9d6d693 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -39,12 +39,6 @@ jobs: - name: Check version run: if [[ $(make version) == *"dirty"* ]]; then exit 1; fi - - name: Save binary - uses: actions/upload-artifact@v2 - with: - name: neofs-rest-gw - path: bin/neofs-rest-gw - build_image: needs: build_cli name: Build Docker image