Skip to content

Commit

Permalink
ci: fix cinema4d plugin lib not work on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
icrdr committed Apr 10, 2024
1 parent 292e944 commit 05277b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.11.6
- name: Install Dependencies
run: |
cd plugins/cinema4d
Expand All @@ -142,7 +142,7 @@ jobs:
mkdir -p python311/libs
mv venv/Lib/site-packages/pxr python311/libs/
mv venv/Lib/site-packages/usd_core-24.3.dist-info python311/libs/
zip -r package.zip plugins python311
7z a package.zip plugins python311 -r
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 05277b4

Please sign in to comment.