From 7573fb77e27e54f876587c4c518d78215667809e Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 15 Sep 2022 18:54:08 +0300 Subject: [PATCH] [#710] Do not store builds in GitHub artifactory Signed-off-by: Alex Vanin --- .github/workflows/builds.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index d08a7bd3..9a404ae8 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -41,12 +41,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-s3-gw - path: bin/neofs-s3-gw - build_image: needs: build_cli name: Build Docker image