Skip to content

Commit

Permalink
Update windows-publish.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
SindenDev committed Aug 18, 2024
1 parent 581358f commit b066936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows-publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Write-Host "scriptDir" $scriptDir

function Main() {
# 打包zip
Compress-Archive -Path "plugins" $archiveName'.zip'
Compress-Archive -Path "release" $archiveName'.zip'
}

if ($null -eq $archiveName || $null -eq $targetName) {
Expand Down

0 comments on commit b066936

Please sign in to comment.