File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ jobs:
122
122
cp target/release/libavante_templates.$EXT results/avante_templates.$EXT
123
123
cp target/release/libavante_tokenizers.$EXT results/avante_tokenizers.$EXT
124
124
cp target/release/libavante_repo_map.$EXT results/avante_repo_map.$EXT
125
+ cp target/release/libavante_html2md.$EXT results/avante_html2md.$EXT
125
126
126
127
cd results
127
128
tar zcvf avante_lib-${{ matrix.config.os_name }}-${{ matrix.config.arch }}-${{ matrix.feature }}.tar.gz *.${EXT}
@@ -135,6 +136,7 @@ jobs:
135
136
Copy-Item -Path "target\release\avante_templates.dll" -Destination "results\avante_templates.dll"
136
137
Copy-Item -Path "target\release\avante_tokenizers.dll" -Destination "results\avante_tokenizers.dll"
137
138
Copy-Item -Path "target\release\avante_repo_map.dll" -Destination "results\avante_repo_map.dll"
139
+ Copy-Item -Path "target\release\avante_html2md.dll" -Destination "results\avante_html2md.dll"
138
140
139
141
Set-Location -Path results
140
142
You can’t perform that action at this time.
0 commit comments