diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index f00b28b..0c8a037 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -21,3 +21,5 @@ jobs: run: dotnet restore - name: Build run: dotnet build --configuration Release --no-restore + - name: Publish + run: dotnet publish --configuration Release -o cropcalculatorapp