瀏覽代碼

[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))
 					{
 						infoMsg('Deleting the file $out because it is a 32-bit DLL');
-						continue;
+						sys.FileSystem.deleteFile(out);
 					} else {
 						break;
 					}