Apply suggestion from @Tyrrrz

This commit is contained in:
Oleksii Holub 2026-03-23 20:50:58 +02:00 committed by GitHub
parent 6c3c937e0e
commit 7e57497c9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,6 +98,7 @@ public class PublishMacOSBundleCommand : ICommand
"MacOS",
Path.GetFileName(entryPath)
);
if (Directory.Exists(entryPath))
Directory.Move(entryPath, destinationPath);
else