Browse Source

[appveyor] do actually delete the file :)

Dan Korostelev 6 năm trước cách đây
mục cha
commit
04b135210b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/runci/Deployment.hx

+ 1 - 1
tests/runci/Deployment.hx

@@ -133,7 +133,7 @@ class Deployment {
 					if (!is64BitDll(out))
 					{
 						infoMsg('Deleting the file $out because it is a 32-bit DLL');
-						continue;
+						sys.FileSystem.deleteFile(out);
 					} else {
 						break;
 					}