Skip to content

Commit

Permalink
fix schemas being a dir?
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 14, 2023
1 parent f16ebe8 commit 5e5d32f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ jobs:
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: schemas.py
path: ${{ github.workspace }}/languages/python/BitwardenClient/schemas.py
path: ${{ github.workspace }}/languages/python/BitwardenClient/

- name: Ensure schemas # TODO: remove this
run: |
ls -hal ${{ github.workspace }}/languages/python/BitwardenClient/
cat ${{ github.workspace }}/languages/python/BitwardenClient/schemas.py || exit 1
cat ${{ github.workspace }}/languages/python/BitwardenClient/schemas.py
exit 1
- name: Build wheels
uses: PyO3/maturin-action@b9e8f88fd4448fdecf5095864cdc7e39a544aa9f # v1.40.7
Expand All @@ -108,5 +108,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: BitwardenClient-$_PACKAGE_VERSION-${{ matrix.settings.target }}
name: BitwardenClient-${{ env._PACKAGE_VERSION }}-${{ matrix.settings.target }}
path: ${{ github.workspace }}/target/wheels/BitwardenClient*.whl

0 comments on commit 5e5d32f

Please sign in to comment.