We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8d4f7 commit 29d3a7bCopy full SHA for 29d3a7b
1 file changed
.github/workflows/ci.yml
@@ -76,10 +76,10 @@ jobs:
76
cp src/MLXSharp.Native/runtimes/osx-arm64/native/libmlxsharp.dylib artifacts/native/
77
78
- name: Pack MLXSharp library
79
- run: dotnet pack src/MLXSharp/MLXSharp.csproj --configuration Release --no-build --output artifacts/packages
+ run: dotnet pack src/MLXSharp/MLXSharp.csproj --configuration Release --output artifacts/packages
80
81
- name: Pack MLXSharp.SemanticKernel library
82
- run: dotnet pack src/MLXSharp.SemanticKernel/MLXSharp.SemanticKernel.csproj --configuration Release --no-build --output artifacts/packages
+ run: dotnet pack src/MLXSharp.SemanticKernel/MLXSharp.SemanticKernel.csproj --configuration Release --output artifacts/packages
83
84
- name: Verify package contains native libraries
85
run: |
0 commit comments