From fad8133b964801d296ac2be83a3410f1383d4aa5 Mon Sep 17 00:00:00 2001 From: emild Date: Sun, 26 Jan 2025 18:56:56 +0100 Subject: [PATCH] logs --- .github/workflows/build-wheels.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index c0cc1e3..92f1019 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -75,12 +75,7 @@ jobs: brew install autoconf brew install libtool brew install automake - - - - name: Ensure CMake Windows - if: matrix.os_dist.os == 'windows-latest' - run: choco install cmake --install-args 'ADD_CMAKE_TO_PATH=System' -y - + - name: Initialize vcpkg uses: lukka/run-vcpkg@v11 with: @@ -116,6 +111,13 @@ jobs: with: name: PhotoshopAPI_Py-${{ matrix.os_dist.os }}-${{ matrix.os_dist.dist }} path: wheelhouse/*.whl + + - name: Upload logs as artifact + if: always() # Ensure this runs no matter what + uses: actions/upload-artifact@v3 + with: + name: build-logs + path: D:\a\PhotoshopAPI\PhotoshopAPI\thirdparty\vcpkg\buildtrees\detect_compiler\stdout-x64-windows.log mock-publish: name: Mock Upload release to PyPI