Skip to content

Commit

Permalink
add verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Sep 24, 2024
1 parent 3d18618 commit aaa87f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaa87f1

Please sign in to comment.