This commit is contained in:
Jerome Laban 2024-01-09 09:55:35 -05:00
Родитель e79cf1a177
Коммит 89a73962bd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -14,7 +14,7 @@ on:
jobs:
build_and_deploy_job:
env:
DIST_PATH: src/samples/EFCoreSample/EFCoreSample.Wasm/bin/Release/net7.0/dist
DIST_PATH: src/samples/EFCoreSample/EFCoreSample.Wasm/bin/Release/net8.0/dist
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest