Skip to content

Commit d48779a

Browse files
committed
Add publish aitools
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent a348e31 commit d48779a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/list_components.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ jobs:
176176
with:
177177
name: linux_yum_dnf
178178
path: doc/source/${{ github.workflow }}
179+
- name: Download artifacts - linux_aitools
180+
uses: actions/download-artifact@v2
181+
with:
182+
name: linux_aitools
183+
path: doc/source/${{ github.workflow }}
179184
- name: Download artifacts - macos
180185
uses: actions/download-artifact@v2
181186
with:

0 commit comments

Comments
 (0)