Skip to content

Commit

Permalink
fix artifact upload for macos_x86_64 and macos_arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed May 25, 2024
1 parent 6f630d1 commit bb4fe00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,15 +382,15 @@ jobs:
if: matrix.platform == 'macos-13'
uses: actions/upload-artifact@v4
with:
name: mac64.tgz
path: build/upload/macos_x86_64.tgz
name: macos_x86_64.tgz
path: build/upload/mac64.tgz

- name: Upload ARM Macos binaries
if: matrix.platform == 'macos-14'
uses: actions/upload-artifact@v4
with:
name: mac64.tgz
path: build/upload/macos_arm64.tgz
name: macos_arm64.tgz
path: build/upload/mac64.tgz

- name: Upload Windows binaries
if: matrix.platform == 'windows-latest'
Expand Down

0 comments on commit bb4fe00

Please sign in to comment.