Procházet zdrojové kódy

[appveyor] do actually delete the file :)

Dan Korostelev před 6 roky
rodič
revize
04b135210b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 					}