From 87cad4675f4aa764469c3b9553cfdd4ef1e0e108 Mon Sep 17 00:00:00 2001 From: Tyler Fox Date: Fri, 30 Aug 2024 17:59:32 -0700 Subject: [PATCH] Switch to blurstudio for the actions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea27635..782bee4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,13 +52,13 @@ jobs: - name: Get Maya Devkit id: get-devkit - uses: tbttfox/mayaModuleActions/getMayaDevkit@master + uses: blurstudio/mayaModuleActions/getMayaDevkit@v1 with: maya: ${{ matrix.maya }} update: ${{ matrix.update }} - name: Build - uses: tbttfox/mayaModuleActions/mesonBuild@master + uses: blurstudio/mayaModuleActions/mesonBuild@v1 with: setup-args: > -Dmaya:maya_version=${{ matrix.maya }} @@ -87,7 +87,7 @@ jobs: fallback: 0.0.1 - name: Package - uses: tbttfox/mayaModuleActions/packageMayaModule@master + uses: blurstudio/mayaModuleActions/packageMayaModule@v1 with: module-name: TwistSpline folder-list: scripts icons