From a2093998d54a7292a58a80221ebf900d79906797 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Thu, 5 Mar 2020 09:51:26 +0100 Subject: [PATCH] Add debug output --- .github/workflows/deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 2d10a8f2563..c0bff8a7612 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -105,6 +105,7 @@ jobs: shell: bash - name: Rename files run: | + get-childitem -Path build/distribution/* get-childitem -Path build/distribution/* | rename-item -NewName {$_.name -replace "${{ steps.gitversion.outputs.AssemblySemVer }}","${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}"} get-childitem -Path build/distribution/* | rename-item -NewName {$_.name -replace "portable","${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}-portable"} shell: pwsh