Skip to content

Commit

Permalink
fix closing of paranthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 committed Jun 21, 2024
1 parent 0d3250b commit 20088d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ extends:
workingDirectory: $(Pipeline.Workspace)
targetType: 'inline'
script: |
mv azureauth-${{ parameters.version }}-${{ config.runtime }} azureauth-${{ parameters.version }}-${{ config.runtime }-signed
mv "azureauth-${{ parameters.version }}-${{ config.runtime }}" "azureauth-${{ parameters.version }}-${{ config.runtime }}-signed"
Get-ChildItem -Path . -Recurse | Select-Object FullName
# Currently we package artifacts into the most commonly accessible archive format for their respective platforms.
Expand Down

0 comments on commit 20088d2

Please sign in to comment.