We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa90b0d commit a6e08dfCopy full SHA for a6e08df
.github/workflows/main.yml
@@ -103,7 +103,7 @@ jobs:
103
uses: actions/upload-artifact@v4
104
with:
105
name: mac${{ matrix.name_suffix }}-${{ matrix.arch }}-binaries
106
- path: bin/neko-${{ env.NEKO_VERSION }}-osx64.tar.gz
+ path: bin/neko-${{ env.NEKO_VERSION }}-osx*.tar.gz
107
108
windows-build:
109
name: windows
0 commit comments