From 47691727d4df3801cffd43cabc07c0d14bd5317a Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 15 Sep 2022 18:56:16 +0300 Subject: [PATCH] [#67] 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 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