Skip to content

Commit

Permalink
Back to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed Sep 13, 2024
1 parent 266d865 commit 3aaddb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:

- name: Get Maya Devkit
id: get-devkit
uses: blurstudio/mayaModuleActions/getMayaDevkit@tyler/fix-build
uses: blurstudio/mayaModuleActions/getMayaDevkit@v1
with:
maya: ${{ matrix.maya }}
update: ${{ matrix.update }}

- name: Build Maya
uses: blurstudio/mayaModuleActions/mesonBuild@tyler/fix-build
uses: blurstudio/mayaModuleActions/mesonBuild@v1
with:
setup-args: >
-Dmaya:maya_version=${{ matrix.maya }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
python-version: '3.7'

- name: Build Python
uses: blurstudio/mayaModuleActions/mesonBuild@tyler/fix-build
uses: blurstudio/mayaModuleActions/mesonBuild@v1
with:
setup-args: >
-Dmaya_build=false
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
fallback: 0.0.1

- name: Package
uses: blurstudio/mayaModuleActions/packageMayaModule@tyler/fix-build
uses: blurstudio/mayaModuleActions/packageMayaModule@v1
with:
module-name: simplex
folder-list: scripts icons
Expand Down

0 comments on commit 3aaddb3

Please sign in to comment.