Skip to content

Commit

Permalink
Temporarily disable some artifacts for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Jul 24, 2024
1 parent ceb0e5e commit 0853c64
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 0853c64

Please sign in to comment.