Skip to content

Commit

Permalink
try copy item again
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Dec 19, 2024
1 parent e42dddc commit a103a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/workflow/Build-SignRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ function New-ModuleSignature {
-AzureKeyVaultUrl $AzureKeyVaultUrl `
-CertificateName $CertificateName `
-FileList $FileListFileName
Move-Item -Path repo -Destination "ScubaGear-$ReleaseVersion" -Force
Copy-Item -Path repo -Destination "ScubaGear-$ReleaseVersion" -Force
Compress-Archive -Path "ScubaGear-$ReleaseVersion" -DestinationPath "ScubaGear-$ReleaseVersion.zip"
}

0 comments on commit a103a41

Please sign in to comment.