Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Added macos architecture in zip file name
  • Loading branch information
mdilena authored Nov 28, 2023
1 parent 0e61317 commit 1d96800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: mac-${{matrix.maya}}
name: mac-${{matrix.maya}}-x86_64
path: |
artifacts/plug-ins/TwistSpline.bundle
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: mac-${{matrix.maya}}
name: mac-${{matrix.maya}}-arm64
path: |
artifacts/plug-ins/TwistSpline.bundle
Expand Down

0 comments on commit 1d96800

Please sign in to comment.