Skip to content

Only update progress every 1000 downloaded blocks #33

Only update progress every 1000 downloaded blocks

Only update progress every 1000 downloaded blocks #33

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
build:
uses: ./.github/workflows/build_release.yml
with:
version: ${{ github.head_ref || github.ref_name }}
relname: ${{ github.ref_name }}
prerelease: true