Explorar o código

[appveyor] do actually delete the file :)

Dan Korostelev %!s(int64=6) %!d(string=hai) anos
pai
achega
04b135210b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 					}