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 7672a21 commit bc58a15Copy full SHA for bc58a15
.github/workflows/publish-release.ps1
@@ -72,7 +72,7 @@ function Set-PhpManagerMetadata {
72
73
function Compress-PhpManager {
74
Write-Host 'Creating release assets'
75
- $destinazionZip = .\PhpManager.zip
+ $destinazionZip = '.\PhpManager.zip'
76
Compress-Archive -Path .\PhpManager -DestinationPath $destinazionZip -Force
77
Write-Host '- done'
78
return $destinazionZip
0 commit comments