Skip to content

Commit bc58a15

Browse files
committed
[skip ci] Fix building release asset
1 parent 7672a21 commit bc58a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function Set-PhpManagerMetadata {
7272

7373
function Compress-PhpManager {
7474
Write-Host 'Creating release assets'
75-
$destinazionZip = .\PhpManager.zip
75+
$destinazionZip = '.\PhpManager.zip'
7676
Compress-Archive -Path .\PhpManager -DestinationPath $destinazionZip -Force
7777
Write-Host '- done'
7878
return $destinazionZip

0 commit comments

Comments
 (0)