Skip to content

Commit

Permalink
Switch to blurstudio for the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed Aug 31, 2024
1 parent fafb2e7 commit 87cad46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 87cad46

Please sign in to comment.