diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aa98aad59..682af3810 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -301,15 +301,15 @@ jobs: - uses: actions/download-artifact@v3 with: name: secretcli-MacOS-arm64 - - uses: actions/download-artifact@v3 - with: - name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64.deb + # - uses: actions/download-artifact@v3 + # with: + # name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64.deb - uses: actions/download-artifact@v3 with: name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64.deb - - 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 }}.tar.gz # - uses: actions/download-artifact@v3 # with: # name: check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz @@ -318,12 +318,12 @@ jobs: with: prerelease: true files: | - secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64.deb secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64.deb secretcli-macOS secretcli-Windows secretcli-Linux secretcli-MacOS-arm64 - check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz + # secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64.deb + # check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz # check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz