diff --git a/.github/workflows/list_components.yml b/.github/workflows/list_components.yml index 097a2804..998157f4 100644 --- a/.github/workflows/list_components.yml +++ b/.github/workflows/list_components.yml @@ -78,12 +78,12 @@ jobs: with: python-version: '3.x' - name: IntelĀ® AI Tools Toolkit - run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aikit.txt + run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}.txt - name: Upload artifacts uses: actions/upload-artifact@v2 with: name: ${{ github.job }} - path: doc/source/${{ github.workflow }}/${{ github.job }}_* + path: doc/source/${{ github.workflow }}/${{ github.job }}* linux_apt: runs-on: ubuntu-20.04 diff --git a/doc/source/list_components/linux_aitools.txt b/doc/source/list_components/linux_aitools.txt new file mode 100644 index 00000000..0e1953fc --- /dev/null +++ b/doc/source/list_components/linux_aitools.txt @@ -0,0 +1 @@ +Content is generated by CI job.