diff --git a/.github/scripts/maya.py b/.github/scripts/maya.py index ef384de..2f5b80e 100644 --- a/.github/scripts/maya.py +++ b/.github/scripts/maya.py @@ -331,5 +331,5 @@ def create_autodesk_maya_artifact(artifact_src, artifact_dst, artifact_prefix, a # Create artifact tagged with Maya build name (expects Maya USD SDK to be installed via the above install command) if args.artifact: create_autodesk_maya_artifact( - args.artifact_src, args.artifact_dst, args.artifact_prefix, args.artifact_product_name, args.artifact_product_version, args.install_directory + args.artifact_src, args.artifact_dst, args.artifact_prefix, args.artifact_product_name, args.install_directory ) \ No newline at end of file diff --git a/.github/workflows/build_houdini.yml b/.github/workflows/build_houdini.yml index 5580e01..d2ffb8b 100644 --- a/.github/workflows/build_houdini.yml +++ b/.github/workflows/build_houdini.yml @@ -4,7 +4,7 @@ on: release: types: [released] schedule: - - cron: '0 12 * * *' + - cron: '0 12 * * 6' workflow_dispatch: concurrency: diff --git a/.github/workflows/build_maya.yml b/.github/workflows/build_maya.yml index a82c568..4f6f8af 100644 --- a/.github/workflows/build_maya.yml +++ b/.github/workflows/build_maya.yml @@ -4,7 +4,7 @@ on: release: types: [released] schedule: - - cron: '0 12 * * *' + - cron: '0 12 * * 6' workflow_dispatch: concurrency: