Skip to content

Commit 0da1151

Browse files
author
Itzik Grossman
committed
Added 1.11 upgrade handler
1 parent d7910ad commit 0da1151

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,9 @@ jobs:
305305
- uses: actions/download-artifact@v3
306306
with:
307307
name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64.deb
308-
- uses: actions/download-artifact@v3
309-
with:
310-
name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_rocksdb_amd64.deb
311308
- uses: actions/download-artifact@v3
312309
with:
313310
name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64.deb
314-
- uses: actions/download-artifact@v3
315-
with:
316-
name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_rocksdb_amd64.deb
317311
- uses: actions/download-artifact@v3
318312
with:
319313
name: check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz
@@ -326,9 +320,7 @@ jobs:
326320
prerelease: true
327321
files: |
328322
secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64.deb
329-
secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_rocksdb_amd64.deb
330323
secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64.deb
331-
secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_rocksdb_amd64.deb
332324
secretcli-macOS
333325
secretcli-Windows
334326
secretcli-Linux

0 commit comments

Comments
 (0)