diff --git a/.github/workflows/tbnews_tbnews.yml b/.github/workflows/tbnews_tbnews.yml index 412e372fafd..3c195988b09 100644 --- a/.github/workflows/tbnews_tbnews.yml +++ b/.github/workflows/tbnews_tbnews.yml @@ -23,10 +23,10 @@ jobs: include-prerelease: true - name: Build with dotnet - run: dotnet build --configuration Release --framework net8.0 + run: dotnet build .\src\OrchardCore.Cms.Web\OrchardCore.Cms.Web.csproj --configuration Release --framework net8.0 - name: dotnet publish - run: dotnet publish -c Release --framework net8.0 -o ${{env.DOTNET_ROOT}}/myapp + run: dotnet publish .\src\OrchardCore.Cms.Web\OrchardCore.Cms.Web.csproj --configuration Release --framework net8.0 -o ${{env.DOTNET_ROOT}}/myapp - name: Upload artifact for deployment job uses: actions/upload-artifact@v3