Skip to content

Commit

Permalink
CI garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso authored Jun 10, 2021
1 parent b2c3024 commit 37aa771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ jobs:
run: |
cp ./cmdc.mod modules/
mkdir ./modules/stubs

This comment has been minimized.

Copy link
@Muream

Muream Jun 10, 2021

Contributor

Should this be mkdir ./modules/cmdc-0.1.0/stubs instead?

This comment has been minimized.

Copy link
@mottosso

mottosso Jun 10, 2021

Author Owner

Oh yes, yes it should. Modules is where all Maya modules are at. Probably makes sense to keep them alongside cmdc and the specific version of cmdc. I'll fix this, I'm wrestling with this CI nonsense now.

This comment has been minimized.

Copy link
@mottosso

mottosso Jun 10, 2021

Author Owner

Success. :D

mv ./modules/cmdc-0.1.0/linux-2022/cmdc.pyi ./modules/cmdc-0.1.0/stubs/cmdc.pyi
ls
tree
mv ./modules/cmdc-0.1.0/linux-2022/cmdc.pyi ./modules/cmdc-0.1.0/stubs/
zip -r cmdc-0.1.0.zip modules/
- name: Upload distribution
Expand Down

0 comments on commit 37aa771

Please sign in to comment.