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 bf09d38 commit 292e944
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 @@ -105,7 +105,7 @@ jobs:
- name: Zip Add-on
run: |
cd plugins/blender
zip -r package.zip OmooAsset
zip -r package.zip omoo_asset
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand All @@ -132,7 +132,7 @@ jobs:
run: |
cd plugins/cinema4d
python -m venv venv
source venv/Scripts/activate
. venv/Scripts/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip list
Expand Down

0 comments on commit 292e944

Please sign in to comment.