File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
doc/source/list_components Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,12 @@ jobs:
7878 with :
7979 python-version : ' 3.x'
8080 - name : Intel® AI Tools Toolkit
81- run : scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aikit .txt
81+ run : scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}.txt
8282 - name : Upload artifacts
8383 uses : actions/upload-artifact@v2
8484 with :
8585 name : ${{ github.job }}
86- path : doc/source/${{ github.workflow }}/${{ github.job }}_ *
86+ path : doc/source/${{ github.workflow }}/${{ github.job }}*
8787
8888 linux_apt :
8989 runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change 1+ Content is generated by CI job.
You can’t perform that action at this time.
0 commit comments