Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Removing architecture from macos builds as it looks like targeting for both arm and x64 works in a single bundle.
  • Loading branch information
mdilena committed Dec 2, 2023
1 parent cfc0854 commit 6dd9aa4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,11 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: mac-${{matrix.maya}}-x86_64
name: mac-${{matrix.maya}}
path: |
artifacts/plug-ins/TwistSpline.bundle
# This will be compiled for both x86_64 and arm64 architectures, as arm support has been added starting from Maya 2024.
maya-macos-arm64:
runs-on: macos-latest

Expand Down Expand Up @@ -160,7 +161,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: mac-${{matrix.maya}}-arm64
name: mac-${{matrix.maya}}
path: |
artifacts/plug-ins/TwistSpline.bundle
Expand Down

0 comments on commit 6dd9aa4

Please sign in to comment.