File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,13 @@ jobs:
113
113
name : reth-rbuilder-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}${{ matrix.features && '-' }}${{ matrix.features }}
114
114
path : target/${{ matrix.configs.target }}/release/reth-rbuilder
115
115
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
+
116
123
draft-release :
117
124
name : Draft release
118
125
if : ${{ github.event.inputs.draft-release == 'true' || github.event_name == 'push'}} # when manually triggered or version tagged
You can’t perform that action at this time.
0 commit comments