chore: Adjust raytracer build output

This commit is contained in:
Jerome Laban 2024-09-01 22:31:57 -04:00
Родитель 480a415c10
Коммит 54cbb1379e
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -14,7 +14,7 @@ on:
jobs:
build_and_deploy_job:
env:
DIST_PATH: src/Uno.Wasm.Sample.RayTracer/bin/Release/net6.0/publish/wwwroot
DIST_PATH: src/Uno.Wasm.Sample.RayTracer/bin/Release/net9.0/publish/wwwroot
if: (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest