Skip to content

Commit

Permalink
better debug info?
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 15, 2024
1 parent e3ffec2 commit c68c5db
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,19 @@ jobs:
sudo chown -R $(whoami):$(id -ng) ccache ||:
sudo chown -R $(whoami):$(id -ng) sccache ||:
- uses: actions/upload-artifact@v3
with:
name: wheels
path: wheelhouse/*.whl
- name: run dsymutil
run: |
dsymutil wheelhouse/avifenc
- uses: actions/upload-artifact@v3
with:
name: wheels
path: wheelhouse/avifenc
path: wheelhouse/*

# - uses: actions/upload-artifact@v3
# with:
# name: path
# path: /Users/runner/work/pillow-avif-plugin/pillow-avif-plugin


windows:
Expand Down

0 comments on commit c68c5db

Please sign in to comment.