We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507668e commit 62bff38Copy full SHA for 62bff38
1 file changed
.github/workflows/build_maya.yml
@@ -154,16 +154,20 @@ jobs:
154
path: artifacts/*.zip
155
156
deploy:
157
- if: false
158
runs-on: ubuntu-latest
159
permissions:
160
contents: write
161
- needs: [build_linux, build_windows_2019, build_windows_2022]
+ needs: [build_linux, build_windows_2022]
162
strategy:
163
matrix:
164
os: ["linux", "windows"]
165
maya_product_name: ["maya"]
166
maya_product_version: ["2024.2", "2025.2"]
+ exclude:
167
+ - os: "windows"
168
+ maya_product_name: "maya"
169
+ maya_product_version: "2024.2"
170
+
171
steps:
172
- name: Checkout repository
173
uses: actions/checkout@v4
0 commit comments