File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ jobs:
7676 cp src/MLXSharp.Native/runtimes/osx-arm64/native/libmlxsharp.dylib artifacts/native/
7777
7878 - name : Pack MLXSharp library
79- run : dotnet pack src/MLXSharp/MLXSharp.csproj --configuration Release --no-build -- output artifacts/packages
79+ run : dotnet pack src/MLXSharp/MLXSharp.csproj --configuration Release --output artifacts/packages
8080
8181 - name : Pack MLXSharp.SemanticKernel library
82- run : dotnet pack src/MLXSharp.SemanticKernel/MLXSharp.SemanticKernel.csproj --configuration Release --no-build -- output artifacts/packages
82+ run : dotnet pack src/MLXSharp.SemanticKernel/MLXSharp.SemanticKernel.csproj --configuration Release --output artifacts/packages
8383
8484 - name : Verify package contains native libraries
8585 run : |
You can’t perform that action at this time.
0 commit comments