diff --git a/.github/workflows/bigdl-build-portable-zip.yml b/.github/workflows/bigdl-build-portable-zip.yml index def6e199091..0fedfa1921d 100644 --- a/.github/workflows/bigdl-build-portable-zip.yml +++ b/.github/workflows/bigdl-build-portable-zip.yml @@ -19,8 +19,16 @@ jobs: with: repository: 'python/cpython' ref: '3.9' - - name: Build cpython + # - name: Build cpython + # run: | + # ./Tools/msi/buildrelease.bat -x64 --skip-doc --skip-nuget --skip-msi + - name: Rename artifact + shell: bash run: | - cd Tools/msi - ./buildrelease.bat -x64 --skip-doc --skip-nuget --skip-msi + ls . + # - uses: actions/upload-artifact@v4 + # with: + # name: cpython-3.9-embed-zip + # path: ./PCbuild/amd64/en-us + \ No newline at end of file