Skip to content

Commit

Permalink
Add upload scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
  • Loading branch information
hjroblesg committed Apr 1, 2024
1 parent 0dd01a9 commit a348e31
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/list_components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a348e31

Please sign in to comment.