Skip to content

Commit

Permalink
Fix publish win zip dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Dec 12, 2024
1 parent ac09994 commit dc03d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: matrix.config.os == 'windows-latest'
run: |
curl -L ${LSL_RELEASE_URL}/v${LSL_RELEASE}/liblsl-${LSL_RELEASE}-Win_${{ matrix.config.arch}}.zip -o liblsl.zip
unzip -oj liblsl.zip bin/lsl* -d pylsl/lib
unzip -oj liblsl.zip bin/lsl* -d src/pylsl/lib
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit dc03d7d

Please sign in to comment.