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 }}