Adjust casing

This commit is contained in:
Yudi 2025-05-07 19:18:19 -03:00
parent a7f628e943
commit e3a71192b5
No known key found for this signature in database
GPG key ID: E4743B2F033961D1

View file

@ -91,4 +91,4 @@ Get-ChildItem -Path $publishDir | ForEach-Object {
}
# Move the final .app bundle into the publish directory for upload
Move-Item -Path $appDir -Destination $publishDir -Force
Move-Item -Path $appDir -Destination $PublishDir -Force