Test Upload Artifact
All checks were successful
Build .NET Project / build (push) Successful in 2m6s

This commit is contained in:
2025-11-17 21:18:07 -05:00
parent aeb3d7228e
commit 489f99ed00

View File

@@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: marketdata-build-artifact
path: /MarketData/MarketData/bin/Debug/net8.0
path: MarketData/MarketData/bin/Debug/net8.0
# - name: Run tests (optional)
# run: dotnet test --no-build # Run unit tests if available