From 2d81130ece4c03ebb90d0d1ad2cc01aaf2d9cdd2 Mon Sep 17 00:00:00 2001 From: Satya Date: Fri, 4 Aug 2023 12:35:46 +0800 Subject: [PATCH] chore: Upload utxo indexer binary --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d3e368d3..930e7b941 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,7 @@ jobs: with: files: | applications/all/build/libs/yaci-store-all-*.jar + applications/utxo-indexer/build/libs/yaci-store-utxo-indexer-*.jar prerelease: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}