File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -305,15 +305,9 @@ jobs:
305
305
- uses : actions/download-artifact@v3
306
306
with :
307
307
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
311
308
- uses : actions/download-artifact@v3
312
309
with :
313
310
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
317
311
- uses : actions/download-artifact@v3
318
312
with :
319
313
name : check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz
@@ -326,9 +320,7 @@ jobs:
326
320
prerelease : true
327
321
files : |
328
322
secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64.deb
329
- secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_rocksdb_amd64.deb
330
323
secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64.deb
331
- secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_rocksdb_amd64.deb
332
324
secretcli-macOS
333
325
secretcli-Windows
334
326
secretcli-Linux
You can’t perform that action at this time.
0 commit comments