From 6e7a6b9611e33a8703f9e9c9dbc83c08fe1099cc Mon Sep 17 00:00:00 2001 From: GamesTrap Date: Thu, 7 Nov 2024 03:24:51 +0100 Subject: [PATCH] Update save-cache and restore-cache actions 11/06/2024 | 24w45a3 --- Dependencies/Box2D.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dependencies/Box2D.lua b/Dependencies/Box2D.lua index b0f539fd6..c59d50792 100644 --- a/Dependencies/Box2D.lua +++ b/Dependencies/Box2D.lua @@ -3,7 +3,7 @@ project "Box2D" language "C++" warnings "off" -if os.getenv("RUN_CICD_PIPELINE") ~= nil and os.matchfiles(_MAIN_SCRIPT_DIR .. "/bin/**/*Box2D.a") ~= nil then +if os.getenv("RUN_CICD_PIPELINE") ~= nil and not table.isempty(os.matchfiles(_MAIN_SCRIPT_DIR .. "/bin/**/*Box2D.a")) then -- Using CICD Pipeline cache else files