diff --git a/.github/workflows/univet_univetgr.yml b/.github/workflows/univet_univetgr.yml index 2dfa7330ce5..da2cd93b3b8 100644 --- a/.github/workflows/univet_univetgr.yml +++ b/.github/workflows/univet_univetgr.yml @@ -23,10 +23,10 @@ jobs: include-prerelease: true - name: Build with dotnet - run: dotnet build --configuration Release + run: dotnet build .\src\OrchardCore.Cms.Web\OrchardCore.Cms.Web.csproj -c Release -f net5.0 - name: dotnet publish - run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp + run: dotnet publish .\src\OrchardCore.Cms.Web\OrchardCore.Cms.Web.csproj -c Release -f net5.0 -o ${{env.DOTNET_ROOT}}/myapp - name: Upload artifact for deployment job uses: actions/upload-artifact@v2