Skip to content

Commit bb4fe00

Browse files
committed
fix artifact upload for macos_x86_64 and macos_arm64
1 parent 6f630d1 commit bb4fe00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,15 +382,15 @@ jobs:
382382
if: matrix.platform == 'macos-13'
383383
uses: actions/upload-artifact@v4
384384
with:
385-
name: mac64.tgz
386-
path: build/upload/macos_x86_64.tgz
385+
name: macos_x86_64.tgz
386+
path: build/upload/mac64.tgz
387387

388388
- name: Upload ARM Macos binaries
389389
if: matrix.platform == 'macos-14'
390390
uses: actions/upload-artifact@v4
391391
with:
392-
name: mac64.tgz
393-
path: build/upload/macos_arm64.tgz
392+
name: macos_arm64.tgz
393+
path: build/upload/mac64.tgz
394394

395395
- name: Upload Windows binaries
396396
if: matrix.platform == 'windows-latest'

0 commit comments

Comments
 (0)