Skip to content

Commit

Permalink
Set up the develop stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed Aug 27, 2024
1 parent 9f09463 commit d7d059e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
submodules: true
fetch-depth: 0

- name: Deploy
- name: Package
uses: tbttfox/mayaModuleActions/packageMayaModule@master
with:
module-name: TwistSpline
Expand Down
24 changes: 12 additions & 12 deletions TwistSpline.mod
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
+ PLATFORM:win64 MAYAVERSION:2022 TwistSpline 1.2.1 TwistSpline
+ PLATFORM:win64 MAYAVERSION:2022 TwistSpline DEVELOP TwistSpline
[r] icons: icons
plug-ins: Windows-2022
[r] scripts: scripts

+ PLATFORM:linux MAYAVERSION:2022 TwistSpline 1.2.1 TwistSpline
+ PLATFORM:linux MAYAVERSION:2022 TwistSpline DEVELOP TwistSpline
[r] icons: icons
plug-ins: Linux-2022
[r] scripts: scripts

+ PLATFORM:mac MAYAVERSION:2022 TwistSpline 1.2.1 TwistSpline
+ PLATFORM:mac MAYAVERSION:2022 TwistSpline DEVELOP TwistSpline
[r] icons: icons
plug-ins: macOS-2022
[r] scripts: scripts

+ PLATFORM:win64 MAYAVERSION:2023 TwistSpline 1.2.1 TwistSpline
+ PLATFORM:win64 MAYAVERSION:2023 TwistSpline DEVELOP TwistSpline
[r] icons: icons
plug-ins: Windows-2023
[r] scripts: scripts

+ PLATFORM:linux MAYAVERSION:2023 TwistSpline 1.2.1 TwistSpline
+ PLATFORM:linux MAYAVERSION:2023 TwistSpline DEVELOP TwistSpline
[r] icons: icons
plug-ins: Linux-2023
[r] scripts: scripts

+ PLATFORM:mac MAYAVERSION:2023 TwistSpline 1.2.1 TwistSpline
+ PLATFORM:mac MAYAVERSION:2023 TwistSpline DEVELOP TwistSpline
[r] icons: icons
plug-ins: macOS-2023
[r] scripts: scripts

+ PLATFORM:win64 MAYAVERSION:2024 TwistSpline 1.2.1 TwistSpline
+ PLATFORM:win64 MAYAVERSION:2024 TwistSpline DEVELOP TwistSpline
[r] icons: icons
plug-ins: Windows-2024
[r] scripts: scripts

+ PLATFORM:linux MAYAVERSION:2024 TwistSpline 1.2.1 TwistSpline
+ PLATFORM:linux MAYAVERSION:2024 TwistSpline DEVELOP TwistSpline
[r] icons: icons
plug-ins: Linux-2024
[r] scripts: scripts

+ PLATFORM:mac MAYAVERSION:2024 TwistSpline 1.2.1 TwistSpline
+ PLATFORM:mac MAYAVERSION:2024 TwistSpline DEVELOP TwistSpline
[r] icons: icons
plug-ins: macOS-2024
[r] scripts: scripts

+ PLATFORM:win64 MAYAVERSION:2025 TwistSpline 1.2.1 TwistSpline
+ PLATFORM:win64 MAYAVERSION:2025 TwistSpline DEVELOP TwistSpline
[r] icons: icons
plug-ins: Windows-2025
[r] scripts: scripts

+ PLATFORM:linux MAYAVERSION:2025 TwistSpline 1.2.1 TwistSpline
+ PLATFORM:linux MAYAVERSION:2025 TwistSpline DEVELOP TwistSpline
[r] icons: icons
plug-ins: Linux-2025
[r] scripts: scripts

+ PLATFORM:mac MAYAVERSION:2025 TwistSpline 1.2.1 TwistSpline
+ PLATFORM:mac MAYAVERSION:2025 TwistSpline DEVELOP TwistSpline
[r] icons: icons
plug-ins: macOS-2025
[r] scripts: scripts

0 comments on commit d7d059e

Please sign in to comment.