Преглед на файлове

[appveyor] do actually delete the file :)

Dan Korostelev преди 6 години
родител
ревизия
04b135210b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tests/runci/Deployment.hx

+ 1 - 1
tests/runci/Deployment.hx

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