Skip to content

Commit a6e08df

Browse files
committed
[ci] Fix artifact path for mac arm64 binaries
1 parent aa90b0d commit a6e08df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/upload-artifact@v4
104104
with:
105105
name: mac${{ matrix.name_suffix }}-${{ matrix.arch }}-binaries
106-
path: bin/neko-${{ env.NEKO_VERSION }}-osx64.tar.gz
106+
path: bin/neko-${{ env.NEKO_VERSION }}-osx*.tar.gz
107107

108108
windows-build:
109109
name: windows

0 commit comments

Comments
 (0)