Skip to content

Commit a623e78

Browse files
committed
fix(CI): wrong path for artifacts
1 parent 3c0f7e7 commit a623e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/real-workflows/publish-calculator-demo-aot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dotnet_setup: &dotnet_setup
77
upload_artifact: &upload_artifact
88
uses: actions/upload-artifact@v4
99
with:
10-
path: artifacts/publish/ModelContextProtocol.NET.Demo.Calculator/release/ModelContextProtocol.NET.Demo.Calculator*
10+
path: build/publish/ModelContextProtocol.NET.Demo.Calculator/release/ModelContextProtocol.NET.Demo.Calculator*
1111
name: ${{ matrix.name }}-build
1212
compression-level: 0
1313

0 commit comments

Comments
 (0)