From aaa87f1588c5f668001350614159e81220a48ca9 Mon Sep 17 00:00:00 2001 From: Michael Henderson Date: Tue, 24 Sep 2024 08:13:58 -0700 Subject: [PATCH] add verbosity --- .github/workflows/dotnet-build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-build-and-release.yml b/.github/workflows/dotnet-build-and-release.yml index e424e63..5df7671 100644 --- a/.github/workflows/dotnet-build-and-release.yml +++ b/.github/workflows/dotnet-build-and-release.yml @@ -99,10 +99,10 @@ jobs: if: success() && env.CREATE_RELEASE == 'True' run: | md ${{ github.workspace }}\zip\Keyfactor - Compress-Archive -Path ` + Compress-Archive -Verbose -Path ` ${{ github.workspace }}\bin\Release\net6.0\ ` -DestinationPath ${{ github.workspace }}\zip\Keyfactor\$Env:REPO_NAME_net6.0.zip -Force - Compress-Archive -Path ` + Compress-Archive -Verbose -Path ` ${{ github.workspace }}\bin\Release\net8.0\ ` -DestinationPath ${{ github.workspace }}\zip\Keyfactor\$Env:REPO_NAME_net8.0.zip -Force