We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ef173 commit a209399Copy full SHA for a209399
.github/workflows/deployment.yml
@@ -105,6 +105,7 @@ jobs:
105
shell: bash
106
- name: Rename files
107
run: |
108
+ get-childitem -Path build/distribution/*
109
get-childitem -Path build/distribution/* | rename-item -NewName {$_.name -replace "${{ steps.gitversion.outputs.AssemblySemVer }}","${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}"}
110
get-childitem -Path build/distribution/* | rename-item -NewName {$_.name -replace "portable","${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}-portable"}
111
shell: pwsh
0 commit comments