Explorar el Código

[appveyor] do actually delete the file :)

Dan Korostelev hace 6 años
padre
commit
04b135210b
Se han modificado 1 ficheros con 1 adiciones y 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;
 					}