Skip to content

Commit a348e31

Browse files
committed
Add upload scripts
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent 0dd01a9 commit a348e31

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/list_components.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
run: scripts/list_components_linux.sh $LINUX_HPCKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_hpckit.txt
6262
- name: Intel® oneAPI Rendering Toolkit
6363
run: scripts/list_components_linux.sh $LINUX_RENDERKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_renderkit.txt
64+
- name: Upload artifacts
65+
uses: actions/upload-artifact@v2
66+
with:
67+
name: ${{ github.job }}
68+
path: doc/source/${{ github.workflow }}/${{ github.job }}_*
6469

6570
linux_aitools:
6671
runs-on: ubuntu-20.04
@@ -144,7 +149,7 @@ jobs:
144149

145150
publish:
146151
runs-on: ubuntu-20.04
147-
needs: [windows, linux, linux_apt, linux_yum_dnf, macos]
152+
needs: [windows, linux, linux_aikit, linux_apt, linux_yum_dnf, macos]
148153
defaults:
149154
run:
150155
shell: bash

0 commit comments

Comments
 (0)