Skip to content

Commit 097930f

Browse files
committed
uploads bid-scraper
1 parent 3c5663b commit 097930f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ jobs:
113113
name: reth-rbuilder-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}${{ matrix.features && '-' }}${{ matrix.features }}
114114
path: target/${{ matrix.configs.target }}/release/reth-rbuilder
115115

116+
- name: Upload bid-scraper artifact
117+
uses: actions/upload-artifact@v4
118+
with:
119+
name: bid-scraper-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}${{ matrix.features && '-' }}${{ matrix.features }}
120+
path: target/${{ matrix.configs.target }}/release/bid-scraper
121+
122+
116123
draft-release:
117124
name: Draft release
118125
if: ${{ github.event.inputs.draft-release == 'true' || github.event_name == 'push'}} # when manually triggered or version tagged

0 commit comments

Comments
 (0)