Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Jan 26, 2025
1 parent 15f66e6 commit fad8133
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fad8133

Please sign in to comment.