diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d780ba1..6268eeb 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,7 +20,7 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore + run: dotnet build -c Release --no-restore - name: Publish run: dotnet publish --property:OutputPath=.\publish\ - name: Upload artifact