From a348e3133e95f3a2355a638793be9b301cf24cc5 Mon Sep 17 00:00:00 2001 From: Jesus Hector Robles Gutierrez Date: Mon, 1 Apr 2024 12:42:58 -0700 Subject: [PATCH] Add upload scripts Signed-off-by: Jesus Hector Robles Gutierrez --- .github/workflows/list_components.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/list_components.yml b/.github/workflows/list_components.yml index b5d5ec03..0ca66209 100644 --- a/.github/workflows/list_components.yml +++ b/.github/workflows/list_components.yml @@ -61,6 +61,11 @@ jobs: run: scripts/list_components_linux.sh $LINUX_HPCKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_hpckit.txt - name: IntelĀ® oneAPI Rendering Toolkit run: scripts/list_components_linux.sh $LINUX_RENDERKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_renderkit.txt + - name: Upload artifacts + uses: actions/upload-artifact@v2 + with: + name: ${{ github.job }} + path: doc/source/${{ github.workflow }}/${{ github.job }}_* linux_aitools: runs-on: ubuntu-20.04 @@ -144,7 +149,7 @@ jobs: publish: runs-on: ubuntu-20.04 - needs: [windows, linux, linux_apt, linux_yum_dnf, macos] + needs: [windows, linux, linux_aikit, linux_apt, linux_yum_dnf, macos] defaults: run: shell: bash