Skip to content

Commit fd3bc7a

Browse files
committed
...
1 parent b8509c3 commit fd3bc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tritonservercppsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
dotnet "$DOTNET_ROOT/sdk/$DOTNETSDKVER/Roslyn/bincore/csc.dll" $(find "$DOTNETLIBDIR" -name "*.dll" -printf '-r:"%p" ') $(find CppSharp/bin -name "*.dll" -printf '-r:"%p" ') -target:exe -out:tritonservercppsharp.exe tritonservercppsharp.cs
6565
echo '{"runtimeOptions":{"framework":{"name":"Microsoft.NETCore.App","version":"'$DOTNETFWKVER'"}}}' > tritonservercppsharp.runtimeconfig.json
6666
find CppSharp/bin -name "*.dll" -o -name "*.so" -exec cp {} . ';'
67-
dotnet tritonservercppsharp.exe || true
67+
dotnet tritonservercppsharp.exe
6868
6969
7070
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)