From d95d488f9a3a80938630f937bba8f41df5ee5091 Mon Sep 17 00:00:00 2001 From: Ilya Raykker Date: Tue, 24 Dec 2024 19:26:50 +0400 Subject: [PATCH] Remove unneded code 2 --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e9d3f2c6b..f1fb44bb0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -472,9 +472,9 @@ jobs: - uses: actions/download-artifact@v3 with: name: check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz - - uses: actions/download-artifact@v3 - with: - name: check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz + # - uses: actions/download-artifact@v3 + # with: + # name: check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz - name: Release uses: softprops/action-gh-release@v1 with: