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:
78
78
with :
79
79
python-version : ' 3.x'
80
80
- 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
82
82
- name : Upload artifacts
83
83
uses : actions/upload-artifact@v2
84
84
with :
85
85
name : ${{ github.job }}
86
- path : doc/source/${{ github.workflow }}/${{ github.job }}_ *
86
+ path : doc/source/${{ github.workflow }}/${{ github.job }}*
87
87
88
88
linux_apt :
89
89
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