Skip to content

Commit 5fbcf98

Browse files
committed
...
1 parent 9e5edf9 commit 5fbcf98

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/tritonservercppsharp.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,9 @@ jobs:
8686
find -name 'Std.cs'
8787
8888
89-
# - uses: actions/upload-artifact@v4
90-
# with:
91-
# path: |
92-
# testproj/
93-
# CppSharp/bin/
94-
# tritonservercppsharp.cs
95-
# tritonservercppsharp.runtimeconfig.json
96-
# tritonservercppsharp.exe
89+
- uses: actions/upload-artifact@v4
90+
with:
91+
path: |
92+
output/
93+
Std.cs
94+
TritonServerCppSharp.cs

0 commit comments

Comments
 (0)